@@ -932,18 +1047,61 @@ doc-subtab: general
If you want to group controls together, use the is-grouped
modifier on the field
container.
-
- Use the is-grouped-centered
or the is-grouped-right
modifers to alter the alignment.
-
-
- Add the is-expanded
modifier on the control element you want to fill up the remaining space with.
+
{{group_example}}
{% highlight html %}{{group_example}}{% endhighlight %}
+
+ Use the is-grouped-centered
or the is-grouped-right
modifers to alter the alignment.
+
+
+
+
+ {{group_centered_example}}
+
+ {% highlight html %}{{group_centered_example}}{% endhighlight %}
+
+
+ {{group_right_example}}
+
+ {% highlight html %}{{group_right_example}}{% endhighlight %}
+
+
+
+ Add the is-expanded
modifier on the control element you want to fill up the remaining space with.
+
+
+
+
+ {{group_expanded_example}}
+
+ {% highlight html %}{{group_expanded_example}}{% endhighlight %}
+
+
+
+ New!
+ 0.4.4
+
+
+ Add the is-grouped-multiline
modifier to allow controls to fill up multiple lines. This is ideal for a long list of controls.
+
+
+
+
+
+
+ {{group_multiline_example}}
+
+
+
+ {% highlight html %}{{group_multiline_example}}{% endhighlight %}
+
+
+
Horizontal form