Input
Preview
Section titled “Preview”Installation
Section titled “Installation”npx skeci-ui add inputVariants
Section titled “Variants”Invalid email address
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | Optional label text. |
error | string | — | Optional error message. |
variant | 'filled' | 'outline' | 'outline' | Visual style variant. |
size | 'sm' | 'md' | 'lg' | 'md' | Input size. |
rounded | 'none' | 'sm' | 'md' | 'lg' | 'none' | Border radius level. |
border | 'normal' | 'rough' | 'rough' | Border drawing style. |
fullWidth | boolean | true | Whether input takes full width. |