Skip to content

Commit

Permalink
Specify card component is necessary for accordion behavior (twbs#21746)
Browse files Browse the repository at this point in the history
- It is unclear that the use of the card component is necessary
when extending the collapse behavior to behave like an accordion.
  • Loading branch information
ernbrn authored and mdo committed Jan 16, 2017
1 parent 2a45ca5 commit 8167682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/collapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 8167682

Please sign in to comment.