1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 08:10:42 +00:00
notes/docs/ui-components/labels.md
2019-01-14 14:43:16 -05:00

699 B

layout title parent nav_order
default Labels UI Components 3

Labels

Use labels as a way to add an additional mark to a section of your docs. Labels come in a few colors. By default, labels will be blue.

Default label {: .label }

Blue label {: .label .label-blue }

Stable {: .label .label-green }

New release {: .label .label-purple }

Coming soon {: .label .label-yellow }

Deprecated {: .label .label-red }

```markdown Default label {: .label }

Blue label {: .label .label-blue }

Stable {: .label .label-green }

New release {: .label .label-purple }

Coming soon {: .label .label-yellow }

Deprecated {: .label .label-red }