flow-components
flow-components copied to clipboard
feat: add Breadcrumb component
Implements a new Breadcrumb navigation component that displays hierarchical paths through the application structure. The component integrates with the existing @vaadin/breadcrumb web component and provides full Java API support.
Key features:
- Container component for managing breadcrumb items
- Support for text and component content in items
- Navigation via href or Router navigation targets
- Automatic current page detection
- Theme variants (small, large)
- Full accessibility with ARIA labels
- TestBench elements for UI testing
- Comprehensive unit test coverage
🤖 Generated with Claude Code