Input
A text field rendered as <input>. The label becomes the placeholder. Use type modifiers for specialized inputs.
Basic usage
input: Enter your name...
Type modifiers
email input: Email address...
password input: Password...
search input: Search...
number input: Age...
Full width
full input: Enter URL...
full email input: Work email...
State
disabled input: Not available
Reference
| Category | Options |
|---|---|
| Type | email, password, search, number |
| Width | full |
| State | disabled |