@idui/react-text-area
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

TextArea React Component

NPM Size JavaScript Style Guide Coverage Status LICENSE

Install

npm install --save @idui/react-text-area
yarn add @idui/react-text-area

See props in Docs

Basic Example

import React, { useState } from 'react'
import TextArea from '@idui/react-text-area'

function Example() {
    const [value, setValue] = useState(providedValue);

    return <TextArea value={value} onChange={setValue} />;
}

See more details in storybook

License

MIT © kaprisa57@gmail.com

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    1
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @idui/react-text-area

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

11.5 kB

Total Files

5

Last publish

Collaborators

  • kaprisa57