Expand description
Input Component
Text input field styled like shadcn/ui Input. Provides a clean, accessible text input with support for:
- Labels and descriptions
- Validation states (error, success, warning)
- Icons (left and right)
- Password masking
Structs§
- Input
- Text input field styled like shadcn/ui
- Input
Response - Response from the input field
- Search
Input - Search input with built-in search icon
Enums§
- Input
State - Input validation state
- Input
Variant - Input field variant (for backwards compatibility)