Sakani

Input

Text input with optional label, help text, and icon slots.

Sizes

States

We'll never share it.
Enter a valid email address.

With an icon

Props

PropTypeDefaultDescription
labelstringField label.
descriptionstringHelp text under the field.
errorstringSets the error state and shows this message.
size'sm' | 'md' | 'lg''md'Field height.
leadingIconReactNodeIcon inside the field, before the text.
trailingIconReactNodeIcon inside the field, after the text.
...restInputHTMLAttributes<HTMLInputElement>Every native <input> attribute.