| Property | Description | Type | Default |
|---|---|---|---|
| value | string | ||
| inline | renders the input inline | boolean | false |
| label | Text displayed in the floating label | string | |
| loading | renders a spinner inside the input | boolean | false |
| onChange | called when the input updates | (value: string) => void | |
| status | colored hint | success | error |