@roo-ui/components
Version:
30 lines (19 loc) • 539 B
Markdown
# Textarea
<!-- STORY -->
## Installation
```shell
$ yarn add @roo-ui/components
```
## Example
```js
import { Textarea } from '@roo-ui/components';
export default (
<Textarea placeholder="Hello world" />
);
```
## Properties
| Name | Description | Type | Default | Required? |
|:--------|:-------------------|:-------|:--------|:----------|
| `error` | render error style | `bool` | false | - |
## Customization
This component can be customized with props supported by [`<Input />`](../Input/README.md).