Tag

<span class="tag">New!</span>
<span class="tag">{{ tag }}</span>
{
  "tag": "New!"
}
  • Content:
    .tag {
      font-size: 75%;
      font-weight: bold;
      text-transform: uppercase;
      color: red;
    }
    
  • URL: /components/raw/tag/_sass.scss
  • Filesystem Path: components/02-modules/text/tag/_sass.scss
  • Size: 92 Bytes

Tag

A small text-only tag. Use to label or call attention to other content.