Skip to content

Commit 6604731

Browse files
Artur-claude
andcommitted
feat: use shared feature flag for breadcrumb components
Update breadcrumb-item to use the same 'breadcrumbComponent' feature flag as the breadcrumb container, simplifying the API for users. Both components now share window.Vaadin.featureFlags.breadcrumbComponent = true 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1359f12 commit 6604731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/breadcrumb/src/vaadin-breadcrumb-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BreadcrumbItem extends DisabledMixin(
5858
}
5959

6060
static get experimental() {
61-
return true;
61+
return 'breadcrumbComponent';
6262
}
6363

6464
static get styles() {

0 commit comments

Comments
 (0)