Textarea
Preview
Section titled “Preview”Installation
Section titled “Installation”npx skeci-ui add textareaimport { Textarea } from '@/components/ui/textarea';
<Textarea label="Message" placeholder="Type your message here..."/>Variants
Section titled “Variants”This field is required
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | The label text. |
error | string | — | Error message displayed below the textarea. |
variant | 'outline' | 'filled' | 'outline' | The visual style. |
rounded | 'none' | 'sm' | 'md' | 'lg' | 'none' | Border radius level. |
border | 'rough' | 'normal' | 'rough' | The type of border drawing. |
fullWidth | boolean | true | Whether to take the full width of the container. |