The following form controls classes are supported:
The following type attributes are supported:
type="text"
type="password"
type="email"
type="tel"
--- layout: documentation doc-tab: form doc-subtab: input --- {% capture input_example %} {% endcapture %} {% capture colors_example %}
The following form controls classes are supported:
The following type attributes are supported:
type="text"
type="password"
type="email"
type="tel"
New! 0.4.3
You can resize the loading spinner by appending is-small
, is-medium
or is-large
to the control
container.
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.