diff --git a/site/content/docs/5.0/components/button-group.md b/site/content/docs/5.0/components/button-group.md index af0ce9aa1e..730faf2db2 100644 --- a/site/content/docs/5.0/components/button-group.md +++ b/site/content/docs/5.0/components/button-group.md @@ -1,7 +1,7 @@ --- layout: docs title: Button group -description: Group a series of buttons together on a single line with the button group. +description: Group a series of buttons together on a single line or stack them in a vertical column. group: components toc: true --- @@ -12,9 +12,9 @@ Wrap a series of buttons with `.btn` in `.btn-group`. {{< example >}}
- - - + + +
{{< /example >}} @@ -30,19 +30,59 @@ These classes can also be added to groups of links, as an alternative to the [`. {{< example >}}
- Active link - Link - Link + Active link + Link + Link +
+{{< /example >}} + +## Mixed styles + +{{< example >}} +
+ + +
{{< /example >}} ## Outlined styles {{< example >}} -
- - - +
+ + + +
+{{< /example >}} + +## Checkbox and radio button groups + +Combine button-like checkbox and radio [toggle buttons]({{< docsref "/forms/checks-radios" >}}) into a seamless looking button group. + +{{< example >}} +
+ + + + + + + + +
+{{< /example >}} + +{{< example >}} +
+ + + + + + + +
{{< /example >}} @@ -53,10 +93,10 @@ Combine sets of button groups into button toolbars for more complex components. {{< example >}} {{< /example >}} @@ -74,10 +114,10 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th {{< example >}}