diff options
| author | Erin Brown <[email protected]> | 2017-01-16 13:25:42 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-16 10:25:42 -0800 |
| commit | 8167682deb6146e1949cb49baf6e87d350befe3d (patch) | |
| tree | 4b6d97e859351051d84e83b3fb89a54636d99401 /docs/components/collapse.md | |
| parent | 2a45ca51061288ac9dbb7a62b74c02c699d0a88f (diff) | |
| download | bootstrap-8167682deb6146e1949cb49baf6e87d350befe3d.tar.xz bootstrap-8167682deb6146e1949cb49baf6e87d350befe3d.zip | |
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.
Diffstat (limited to 'docs/components/collapse.md')
| -rw-r--r-- | docs/components/collapse.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <div id="accordion" role="tablist"> |
