We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce291b commit 9f70574Copy full SHA for 9f70574
src/components/breadcrumb/README.md
@@ -39,8 +39,9 @@
39
## Breadcrumb items
40
41
Items are rendered using `:items` prop. It can be an array of objects to provide link and active
42
-state. Links can be `href`'s for anchor tags, or `to`'s for router-links. Active state of last
43
-element is automatically set if it is `undefined`.
+state. Links can be `href`'s for anchor tags, or `to`'s for router-links. Breadcrumb works under
+the assumption that there is one active link in every set of ordered breadcrumbs, so the active
44
+state of the last element is automatically set to `false`.
45
46
<!-- eslint-disable no-unused-vars -->
47
0 commit comments