0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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.
This commit is contained in:
Erin Brown 2017-01-16 13:25:42 -05:00 committed by Mark Otto
parent 2a45ca5106
commit 8167682deb

View 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">