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
<Description>The breadcrumb allows users to see the current page and navigation path to that page. Users can navigate to previous levels in the path. When clicking on the current page, a dropdown allows users to access other pages at that same level.
21
+
<Description>
22
+
The breadcrumb allows users to see the current page and navigation path to that page. Users can navigate
23
+
to previous levels in the path. When clicking on the current page, a dropdown allows users to access
{name: 'links',description: 'Array - an array of objects with keys \'id\', \'url\', \'name\', \'hasChild\', and \'child\' setting the attributes of the links.'},
53
-
{name: 'id',description: 'String - the \'id\' of the link.'},
54
-
{name: 'url',description: 'String - the \'url\' of the link.'},
55
-
{name: 'name',description: 'String - the \'name\' of the link.'},
56
-
{name: 'hasChild',description: 'Bool - when set to \'true\' enables a second level of navigation.'},
57
-
{name: 'child',description: 'Array - an array of objects with keys \'id\', \'url\', and \'name\' setting the attributes of the sublinks'}
52
+
{name: 'items',description: 'array - an array of objects with keys \'id\', \'url\' or \'link\', \'name\', \'hasChild\', and \'child\' setting the attributes of the items.'},
53
+
{name: 'id',description: 'string - the \'id\' of the link.'},
54
+
{name: 'url',description: "string - href attribute of <a> tag. Use either 'url' or 'link'."},
55
+
{name: 'link',description: "string - a router link. Use either 'url' or 'link'."},
56
+
{name: 'name',description: 'string - the \'name\' of the link.'},
57
+
{name: 'hasChild',description: 'bool - when set to \'true\' enables a second level of navigation.'},
58
+
{name: 'child',description: 'array - an array of objects with keys \'id\', \'url\' or \'link\', and \'name\' setting the attributes of the subitems.'}
0 commit comments