Status labels are static elements which you can apply to signify status, tags or any other information you find useful.
Deprecation warning:
To import just this component into your project, copy the snippet below and include it in your main Sass file.
// import Vanilla and include base mixins
// this only needs to happen once in a given project
@import 'vanilla-framework';
@include vf-base;
@include vf-p-status-label;
For more information see Customising Vanilla in your projects, which includes overrides and importing instructions.
You can use status labels in React by installing our react-component library and importing StatusLabel
component.