Page
Default
Renders a standalone input with default styling.
Variant
The input component supports plain (default), violet, green, and ghost variants. Ghost variants provide a borderless appearance with higher contrast backgrounds.
Size
Use size to control input height. The sm size is 32px, md is 36px.
Focus Ring
Control the focus ring visibility. Set focusRing={false} to disable the focus ring for seamless inline editing experiences.
Label
Associates the input with a label using Fieldset.Group.Field.
Description
Adds helper description text above or below the input.
Icon
Embeds a leading icon inside the input.
Type
Sets the input type to password for obscured text.
Disabled
Demonstrates a disabled input field and label.
Invalid
Displays the invalid state with an error message.