Loading...
Loading...
> Breadcrumb navigation with back button for library template pages
1import { LibraryNavigation } from '@/components/library';
1<LibraryNavigation2 templateName="User Management"3 category="Admin Panels"4 categoryHref="/library/admin-panels"5/>
1<LibraryNavigation templateName="Analytics Dashboard" />
| Prop | Type | Default | Description |
|---|---|---|---|
| templateName* | string | - | Name of the template (shown in breadcrumb) |
| category | string | - | Category name (e.g., "Admin Panels") |
| categoryHref | string | - | Link to category page (e.g., "/library/admin-panels") |