@heycar-uikit/textarea
v3.0.0
Published
HeyCar-UIKit Textarea
Downloads
4
Maintainers
Readme
HeyCar-UIKit - Textarea
The Button component is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.
Installation
To install and save in your package.json dependencies, run the command below using npm:
npm install @heycar-uikit/textarea
Usage
import Textarea from '@heycar-uikit/textarea';
function App() {
return <Textarea value="text" />;
}
Documentation and sandbox
Storybook documentation and sandbox