You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,9 +74,3 @@ The separator can be removed by setting `$breadcrumb-divider` to `none`:
65
74
```scss
66
75
$breadcrumb-divider: none;
67
76
```
68
-
69
-
## Accessibility
70
-
71
-
Since breadcrumbs provide a navigation, it's a good idea to add a meaningful label such as `aria-label="breadcrumb"` to describe the type of navigation provided in the `<nav>` element, as well as applying an `aria-current="page"` to the last item of the set to indicate that it represents the current page.
72
-
73
-
For more information, see the [WAI-ARIA Authoring Practices for the breadcrumb pattern](https://www.w3.org/TR/wai-aria-practices/#breadcrumb).
import { Example } from'../../../source/component/Example';
11
+
12
+
## Accordion example
13
+
14
+
Using the [card](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.
0 commit comments