Overview
ThePageBreadcrumb component displays a breadcrumb navigation trail and page title, helping users understand their location in the application hierarchy.
Component Location
Features
- Page title display
- Home link navigation
- Responsive design
- Dark mode support
- Router integration
Usage
Props
| Prop | Type | Required | Description |
|---|---|---|---|
pageTitle | String | Yes | The current page title to display |
Prop Definition
Template
Examples
- Basic Usage
- With Dynamic Title
- Multiple Pages
Layout Structure
Styling
Page Title
Breadcrumb Links
Chevron Icon
Router Integration
The component uses Vue Router’s<router-link> for navigation:
Responsive Behavior
Desktop
- Title and breadcrumb side-by-side
- Full spacing maintained
Mobile
- Elements stack vertically via
flex-wrap - Maintains readability on small screens