Skip to main content

Module input

Module input 

Source
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
InputResponse
Response from the input field
SearchInput
Search input with built-in search icon

Enums§

InputState
Input validation state
InputVariant
Input field variant (for backwards compatibility)