From 1d0f527249ffcad217c47701dab1c7872e85fb34 Mon Sep 17 00:00:00 2001 From: Pierre-Denis Vanduynslager Date: Mon, 16 Jan 2017 00:33:32 -0500 Subject: Add alert divider (
) example in docs (#21673) * Add alert divider (
)example in docs *
=>
per @vsn4ik suggestion --- docs/components/alerts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/alerts.md b/docs/components/alerts.md index da72e322e..dae4ec7d3 100644 --- a/docs/components/alerts.md +++ b/docs/components/alerts.md @@ -55,12 +55,13 @@ Use the `.alert-link` utility class to quickly provide matching colored links wi ### Additional content -Alerts can also contain additional HTML elements like headings and paragraphs. +Alerts can also contain additional HTML elements like headings, paragraphs and dividers. {% example html %} {% endexample %} -- cgit v1.2.3 From 1528516dd6fc886322ee2f7822a8bdb7b74e966e Mon Sep 17 00:00:00 2001 From: Pierre-Denis Vanduynslager Date: Mon, 16 Jan 2017 00:45:04 -0500 Subject: Add doc example with badge links (#21674) --- docs/components/badge.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/components') diff --git a/docs/components/badge.md b/docs/components/badge.md index 4e4bafcde..896c917f3 100644 --- a/docs/components/badge.md +++ b/docs/components/badge.md @@ -53,3 +53,16 @@ Use the `.badge-pill` modifier class to make badges more rounded (with a larger Warning Danger {% endexample %} + +## Links + +Using the `.badge` classes with the `` element quickly provide _actionable_ badges with hover and focus states. + +{% example html %} +Default +Primary +Success +Info +Warning +Danger +{% endexample %} -- cgit v1.2.3 From 8167682deb6146e1949cb49baf6e87d350befe3d Mon Sep 17 00:00:00 2001 From: Erin Brown Date: Mon, 16 Jan 2017 13:25:42 -0500 Subject: Specify card component is necessary for accordion behavior (#21746) - It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion. --- docs/components/collapse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/collapse.md b/docs/components/collapse.md index 18d1c1298..c269bb382 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -40,7 +40,7 @@ You can use a link with the `href` attribute, or a button with the `data-target` ## Accordion example -Extend the default collapse behavior to create an accordion. +Using the [card]({{ site.baseurl }}/components/card) component, you can extend the default collapse behavior to create an accordion. {% example html %}
-- cgit v1.2.3