diff --git a/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html b/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html index 63c5430c8e..e04f2019fe 100644 --- a/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html +++ b/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html @@ -21,6 +21,17 @@ +

2.1 Standalone with Dropdown (full width)

+ + Component fits the parent container width but is limited to 3 items to display at once. + It should automatically switch to the Dropdown mode if the path exceeds 3 nodes. + + +
+ + +
+

3. Toolbar (standalone)

Component used as a child of the Toolbar component