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
Copy file name to clipboardExpand all lines: src/components/breadcrumb/package.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,27 @@
5
5
"title": "Breadcrumb",
6
6
"description": "Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through ::before and content.",
7
7
"components": [
8
-
"BBreadcrumb",
8
+
{
9
+
"component": "BBreadcrumb",
10
+
"props": [
11
+
{
12
+
"prop": "items",
13
+
"description": "Array of breadcrumb items to render"
14
+
}
15
+
]
16
+
},
9
17
{
10
18
"component": "BBreadcrumbItem",
19
+
"props": [
20
+
{
21
+
"prop": "text",
22
+
"description": "Text to render in the breadcrumb item"
23
+
},
24
+
{
25
+
"prop": "html",
26
+
"description": "HTML string to render in the breadcrumb item. Use with caution"
0 commit comments