]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Specify card component is necessary for accordion behavior (#21746)
authorErin Brown <emberbrown@gmail.com>
Mon, 16 Jan 2017 18:25:42 +0000 (13:25 -0500)
committerMark Otto <markd.otto@gmail.com>
Mon, 16 Jan 2017 18:25:42 +0000 (10:25 -0800)
- 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

index 18d1c1298b3704faa12fe5b4e646b55d48e12720..c269bb3828c4f07266296c063178046dc05b676f 100644 (file)
@@ -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 %}
 <div id="accordion" role="tablist">