import { Textarea } from 'sveltekev';
Required
*
With label
*
ATTRIBUTE | TYPE | DEFAULT |
---|---|---|
required | boolean | false |
placeholder | string | "Placeholder" |
label | string | null | null |
size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | "md" |
radius | 'none' | 'sm' | 'md' | 'lg' | 'full' | "none" |
color | 'black' | 'white' | 'gray' | 'none' | 'default' | 'primary' | 'secondary' | 'success' | 'warning'| 'danger' | "default" |
shadow | 0 | 1 | 2 | 3 | 0 |