Commit 8167682d authored by Erin Brown's avatar Erin Brown Committed by Mark Otto
Browse files

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.
parent 2a45ca51
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment