Components
Input
A basic input field for user text entry.
Installation
NPM packages are currently unstable and may cause issues. Use it at your own risk.
Usage
Examples
InputVariants
Filled / Default
Underline
Input with Icon
Input With Floating Label
Input Floating Label with Icon
Input Style Slots
Slot Name | Targeted Component | Purpose |
---|---|---|
base | Input | Styles the input component. |
wrapper | Input | Styles the wrapper around the input field. |
startIcon | Input | Styles the icon displayed before the input. |
endIcon | Input | Styles the icon displayed after the input. |
label | Input | Styles the input label. |