The following modifiers are supported:
The following type attributes are supported:
type="text"type="password"type="email"type="tel"
--- title: Input layout: documentation doc-tab: form doc-subtab: input variables_keys: - input-color - input-background-color - input-border-color - input-shadow - input-hover-color - input-hover-border-color - input-focus-color - input-focus-border-color - input-focus-box-shadow-size - input-focus-box-shadow-color - input-disabled-color - input-disabled-background-color - input-disabled-border-color - input-arrow - input-icon-color - input-icon-active-color - input-radius --- {% capture input_example %} {% endcapture %} {% capture colors_example %}
The following modifiers are supported:
The following type attributes are supported:
type="text"type="password"type="email"type="tel"
You can resize the loading spinner by appending is-small, is-medium or is-large to the control container.
New! 0.5.3
If you use the readonly HTML attribute, the input will look similar to a normal one, but is not editable and has no shadow.
If you also append the is-static modifier, it removes the background, border, shadow, and horizontal padding, while maintaining the vertical spacing so you can easily align the input in any context, like a horizontal form.
You can append one of 2 modifiers on a control:
has-icons-left
has-icons-right
You also need to add a modifier on the icon:
icon is-left if has-icons-left is used
icon is-right if has-icons-right is used
The size of the input will define the size of the icon container.
If the control contains an icon, Bulma will make sure the icon remains centered, no matter the size of the input or of the icon.
You can use these variables to customize this element. Simply set one or multiple of these variables before importing Bulma. Learn how.
| Name | Default value |
|---|---|
| Name | Default value |
{{ variable.name }}
|
{{ variable.value }}
|