Input
The Input component extends the native <input />
component.
import { Input } from 'minerva-ui'
Preview
Source
Disabled Input
Preview
Source
Password Input
Preview
Source
Props
These are props related to the Input component.
Name | Type | Is Required | Default | Description |
---|---|---|---|---|
disabled | boolean | optional | false | Toggles disabled class |
hiddenLabel | string | optional | false | Allows input to be labeled for accessibility |