@vcl/vcl
Version:
The whole VCL in one package
35 lines (21 loc) • 750 B
Markdown
# [VCL](https://vcl.github.io/vcl/) breadcrumb
A chain of navigation items represented as links.
## Features
## Usage
The items are made up of a label (`breadcrumb-nav-item-label`) and
divider (`breadcrumb-nav-divider`). The label can be an anchor element
or just a `div` if it can't be selected. The divider is a `icon`.
[basic example](/demo/example-basic.html)
Any icon can be used as divider:
[basic example](/demo/example-basic-alt.html)
## Classes
- `breadcrumb-nav`
- `breadcrumb-nav-item-label`
- `breadcrumb-nav-divider`
## Modifiers
- `selected`: To be used on the selected list item.
## Variables
- `$breadcrumb-divider-color`
- `$breadcrumb-label-color`
- `$breadcrumb-label-hover-color`
- `$breadcrumb-label-selected-color`