Components
GlassTextarea
A glassmorphism-styled textarea that extends the native HTML textarea element.
Preview
Usage
Controlled
Disabled
Props
| Prop | Type | Default | Description |
|---|---|---|---|
rows | number | 3 | Minimum number of visible rows |
placeholder | string | — | Placeholder text |
disabled | boolean | false | Disables the textarea |
className | string | — | Additional CSS classes |
All native <textarea> props are also accepted.