This email is correct
You are viewing the deprecated 0.5.3 version of the website. Click here to view the latest version
TL;DR: there’s a new .field
container, and .control
has been re-purposed.
Since the beginning, the .control
has been a very versatile element that allowed:
The .control
element acted as both a block container (for spacing, for other controls in a horizontal form), but also an inline container (for adding an icon, a loader, an addon, and grouping).
It led to issues where you couldn’t:
The new .field
element becomes the block container for .control
elements. As a result, it inherits the .has-addons
, .is-grouped
, and .is-horizontal
modifiers.
Furthermore .control
element can only contain a .button
, .input
, .select
, or .textarea
, and eventually a .icon
. It can no longer contain a .help
element or other .control
.
But it allows more elaborate designs.
Addons with multiple icons or states.
Horizontal form with help text
This email is correct
Bulma Partners
Check out their products!