Textarea
A multi-line text input field with consistent styling.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| placeholder | string | - | Placeholder text |
| disabled | boolean | false | Disabled state |
| rows | number | - | Visible text lines |
Import
import { Textarea } from '@blastx/ui';