Input
Displays a form input field.
API Reference
Input
Name | Type | Default |
---|---|---|
type: | symbol | :text |
name: | string | nil |
id: | string | nil |
placeholder: | string | nil |
value: | string | nil |
disabled: | boolean | false |
required: | boolean | false |
attributes | keyword arguments |
Examples
On This Page