File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
modules/primer-breadcrumb Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,17 @@ Breadcrumbs are used to show taxonomical context on pages that are many levels d
4444</nav >
4545```
4646
47- ``` html story=false
47+ ``` html note="this should get the default title"
48+ <nav aria-label =" Breadcrumb" >
49+ <ol >
50+ <li class =" breadcrumb-item text-small" ><a href =" /business" >A</a ></li >
51+ <li class =" breadcrumb-item text-small" ><a href =" /business/customers" >B</a ></li >
52+ <li class =" breadcrumb-item breadcrumb-item-selected text-small text-gray" aria-current =" page" >C</li >
53+ </ol >
54+ </nav >
55+ ```
56+
57+ ``` html title="this should NOT show up" story=false
4858<nav aria-label =" Breadcrumb" >
4959 <ol >
5060 <li class =" breadcrumb-item text-small" ><a href =" /business" >A</a ></li >
You can’t perform that action at this time.
0 commit comments