Textarea
<script lang="ts"> import { Textarea } from "@fefade-ui/svelte"</script>
<Textarea />| Prop | Type | Default | Description |
|---|---|---|---|
value | string | "" | The content of the textarea |
placeholder | string | undefined | Placeholder text inside the textarea |
rows | number | 3 | Number of visible text lines |
disabled | boolean | false | Whether the textarea is disabled |
style | string | undefined | Inline styles applied to the textarea |