githubEdit

⌨️Inputs

Input components allow users to enter and modify data. Valence provides a comprehensive set of input components for various data types and use cases.

Available inputs

Text inputs

Selection inputs

Range inputs

Toggle inputs

  • Switch - Boolean toggle switch

Specialized inputs

Containers

Shared features

All inputs share common props inherited from GenericInputProps, including:

  • value and setValue - Controlled input state

  • size, radius, variant - Styling options

  • disabled, readOnly, required - State modifiers

  • loading - Loading state indicator

Last updated