Skip to content

litt1e-p/breadcrumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breadcrumb

breadcrumb directive component for vue 2.x

Installation

npm i @litt1e-p/breadcrumb --save

Usage

just add a directive v-breadcrumb in the html element after adding router meta with title value or router's name by default

Example:

  • use with only one vue directive
<div v-breadcrumb></div>
  • use with html element attributes
<div v-breadcrumb="{separator: '>', paths: [{name: 'App', to: '/'}, {name: 'Module'}, {name: 'Index'},]}"></div>

Screenshot

License

MIT

About

breadcrumb directive component for vue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published