Adding upstream version 5.3.3+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7a45358554
commit
c39481092b
161 changed files with 5244 additions and 4419 deletions
|
@ -11,7 +11,7 @@ toc: true
|
|||
|
||||
## How it works
|
||||
|
||||
The accordion uses [collapse]({{< docsref "/components/collapse" >}}) internally to make it collapsible. To render an accordion that's expanded, add the `.open` class on the `.accordion`.
|
||||
The accordion uses [collapse]({{< docsref "/components/collapse" >}}) internally to make it collapsible.
|
||||
|
||||
{{< callout info >}}
|
||||
{{< partial "callouts/info-prefersreducedmotion.md" >}}
|
||||
|
@ -21,6 +21,10 @@ The accordion uses [collapse]({{< docsref "/components/collapse" >}}) internally
|
|||
|
||||
Click the accordions below to expand/collapse the accordion content.
|
||||
|
||||
To render an accordion that's expanded by default:
|
||||
- add the `.show` class on the `.accordion-collapse` element.
|
||||
- drop the `.collapsed` class from the `.accordion-button` element and set its `aria-expanded` attribute to `true`.
|
||||
|
||||
{{< example >}}
|
||||
<div class="accordion" id="accordionExample">
|
||||
<div class="accordion-item">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue