Breadcrumbs component
About
Your meat-and-potatoes breadcrumbs. A max depth of no-more-than three items is recommended.
Usage
The "With Related" variant allows you to indicate related items.
Install
This component is distributed with npm. After installing npm, you can install the vf-breadcrumbs
with this command.
$ yarn add --dev @visual-framework/vf-breadcrumbs
Sass/CSS
The source files included are written in Sass(scss
). You can point your Sass include-path
at your node_modules
directory and import it like this.
@import "@visual-framework/vf-breadcrumbs/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter