A high-density list of meta-information links often found at the bottom of piece of content and similar to citations.
Use this component for secondary nice-to-have information. Tags are typically a high-density cluster of information that is not easily scannable by users. They are often of more use to search engines and users searching a page for information.
If you have critical user-journey lists of links, you should use a vf-list
instead.
This component should not be confused with vf-badge
which indicates the status of an item.
This component targets WCAG 2.1 AA accessibility.
You can also read about the Visual Framework's approach to accessibility.
This repository is distributed with [npm][https://www.npmjs.com/]. After [installing npm][https://www.npmjs.com/get-npm] and yarn, you can install vf-tags
with this command.
$ yarn add --dev @visual-framework/vf-tags
This component has no JS.
The style files included are written in Sass. If you're using a VF-core project, you can import it like this:
@import "@visual-framework/vf-tags/vf-tags.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter