Input
The Input component provides a styled text field with optional side content, validation states, helper text, and character counting.
Usage
Helper Text
Use helperText and helperColor to communicate neutral guidance, confirmations, errors, or warnings below the field.
Choose a short and memorable artifact name.
Side Content
Use startContent and endContent for inline visual context such as search icons or validation cues.
Character Count
Passing max or maxLength to text-like inputs will display the current character count beside the helper area.
This field supports up to 40 characters.
0/40API
Input
Renders a styled text input with support for side content, semantic colors, and helper text.