It is used for input HTML elements. The following type attributes can be
used:
type="text"type="email"type="password"type="tel"
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"We can use these modifiers on a parent:
have-icon-lefthave-icon-rightWe also need to add a modifier on the icon:
icon is-left if have-icon-left is usedicon is-right if have-icon-right is usedThe size of the input will define the size of the icon.