Components
GlassInput
A glassmorphism-styled input that extends the native HTML input element.
Preview
Usage
Controlled
Disabled
Props
| Prop | Type | Default | Description |
|---|---|---|---|
type | string | "text" | Native input type |
placeholder | string | — | Placeholder text |
disabled | boolean | false | Disables the input |
className | string | — | Additional CSS classes |
All native <input> props are also accepted.