<div class="space-y-4 max-w-md">
<ui-textarea placeholder="Type your message here..."></ui-textarea>
<ui-textarea placeholder="Disabled textarea" disabled></ui-textarea>
</div>
<ui-textarea>
<ui-textarea>| Prop | Type | Default | Description |
|---|---|---|---|
placeholder | string | — | Placeholder text. |
disabled | boolean | false | Whether disabled. |
rows | number | — | Number of visible rows. |
All components also accept standard HTML attributes (class, id, style, data-*, aria-*, etc.) which are passed through to the underlying element.