<demo>

### Limit & count

Use `limit` to limit the word amount. Also you can use `counter` to customise limit node.

```jsx live
<Textarea
  rows={4}
  placeholder="This textarea has the charater limit..."
  limit={50}
/>
```

</demo>
