aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components/button-group.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-268/+0
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-3/+3
2020-11-14Add `bs` in data attributesRohit Sharma1-5/+5
- Add `bs` in data APIs everywhere - Update unit tests
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto1-1/+1
* Rename Navs to Navs and Tabs Fixes #31378 * Add title to renamed file * Update navs-tabs.md * Add alias/redirect * Fix references to renamed file, tweak title Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR1-4/+4
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR1-2/+2
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR1-2/+2
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-07-06Docs: separate button group out of checks/radios, expand button groups page ↵Patrick H. Lauke1-51/+101
(#31201) * Keep checks/radio toggle buttons on topic - give examples of the pure toggle checks and radios, without the button group class. show that these work fine without `.btn-group`, but still cross-reference it - move the explanation from "Checkbox toggle buttons" directly to "Toggle buttons", as the mention of using button classes applies equally to the subsequent "Radio toggle buttons" and "Outlined styles" subsections. * Expand button group description as it's not just single line, but vertical as well * Expand button group examples - add more colour ... `.btn-secondary` is just dull and uninspiring - new section to showcase "Checkbox and radio button groups" - add a mixed styles example - add an example of vertical radio button group
2020-06-17Docs: clarify rationale for button group on links (#31071)Patrick H. Lauke1-2/+2
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens1-2/+22
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+198
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.