mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Add explanation about accordion wrapper.
This commit is contained in:
parent
252e538985
commit
46893e23a3
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ Multiple `<button>` or `<a>` can show and hide an element if they each reference
|
|||
|
||||
## Accordion example
|
||||
|
||||
Using the [card]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/) component, you can extend the default collapse behavior to create an accordion.
|
||||
Using the [card]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/) component, you can extend the default collapse behavior to create an accordion. To properly achieve the accordion style, be sure to use `.accordion` as a wrapper.
|
||||
|
||||
{% capture example %}
|
||||
<div class="accordion" id="accordionExample">
|
||||
|
|
|
|||
Loading…
Reference in a new issue