Input
A text input field that extends the native HTML input with consistent styling.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| type | string | "text" | HTML input type |
| placeholder | string | - | Placeholder text |
| disabled | boolean | false | Disabled state |
Import
import { Input } from '@blastx/ui';