<Input name="username" placeholder="enter username" />

Property Name | Type | Description | Default value |
name ★ | string | Form field name | - |
inputType | "number" | "email" | "text" | "password" | "tel" | "url" | Input Type | "text" |
defaultValue | string | Default value | - |
required | boolean | Required | false |
pattern | string | Verify regex | - |
placeholder | string | Placeholder text | - |
allowAutofillExtensions | boolean | Permission for automatic filling expansion | false |
autoSelect | boolean | Automatically select text | false |
autoFocus | boolean | auto-focus | false |
disabled | boolean | Disable or not | false |
variant | "soft" | "outline" | Input Box style variant | "outline" |
size | "3xs" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | Input Box size | "md" |
gutterSize | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | padding size | - |
pill | boolean | whether the shape is capsule | false |
Feedback