From: Erin Brown Date: Mon, 16 Jan 2017 18:25:42 +0000 (-0500) Subject: Specify card component is necessary for accordion behavior (#21746) X-Git-Tag: v4.0.0-beta~147^2~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8167682deb6146e1949cb49baf6e87d350befe3d;p=thirdparty%2Fbootstrap.git 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. --- diff --git a/docs/components/collapse.md b/docs/components/collapse.md index 18d1c1298b..c269bb3828 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 %}