Modules
druxt-breadcrumb
Breadcrumb
Render a breadcrumb trail in Nuxt from the Drupal decoupled router, with the DruxtBreadcrumb component and its theming options.
Features
- Vue.js components:
- DruxtBreadcrumb: Render Drupal breadcrumbs by route
Installation
-
Download the module:
npm i druxt-breadcrumb -
Add the module to
nuxt.config.js:export default { modules: ['druxt-breadcrumb'], };
Vue.js components
DruxtBreadcrumb
Renders a list of breadcrumbs based on the active route.
<DruxtBreadcrumb />
- For more details, refer to the DruxtBreadcrumb API documentation.
Package README
The full npm package README (features, badges, install) is mirrored as the generated package README page.