Input

The text field input and its variants.

It is used for input HTML elements. The following type attributes can be used:

  • type="text"
  • type="email"
  • type="password"
  • type="tel"

Colors #

Sizes #

With Font Awesome Icons #

We can use these modifiers on a parent:

  • have-icon-left
  • and/or have-icon-right

We also need to add a modifier on the icon:

  • icon is-left if have-icon-left is used
  • icon is-right if have-icon-right is used

The size of the input will define the size of the icon.