Components
GlassBreadcrumb
A glassmorphism-styled breadcrumb navigation with customizable separators.
Preview
- Home
- Components
- Breadcrumb
Usage
Custom Separator Icon
Props — GlassBreadcrumbItem
| Prop | Type | Default | Description |
|---|---|---|---|
href | string | — | Link destination; renders an <a> tag when provided |
isCurrent | boolean | false | Marks this as the current page (aria-current="page") |
children | ReactNode | — | Label content |
Props — GlassBreadcrumbSeparator
| Prop | Type | Default | Description |
|---|---|---|---|
icon | ReactNode | <ChevronRight /> | Custom separator icon |
All components accept native <li> props and className.