🌐 AI搜索 & 代理 主页
Skip to content

Commit 0ea9482

Browse files
authored
Update package.json
1 parent 349aae9 commit 0ea9482

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/components/breadcrumb/package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,27 @@
55
"title": "Breadcrumb",
66
"description": "Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through ::before and content.",
77
"components": [
8-
"BBreadcrumb",
8+
{
9+
"component": "BBreadcrumb",
10+
"props": [
11+
{
12+
"prop": "items",
13+
"description": "Array of breadcrumb items to render"
14+
}
15+
]
16+
},
917
{
1018
"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"
27+
},
28+
],
1129
"events": [
1230
{
1331
"event": "click",

0 commit comments

Comments
 (0)