<div class="tag bg-grey-100 text-bravo-900 w-max py-px px-2 rounded-full text-tiny font-heading uppercase">

    This is a tag

</div>
{% if tag %}
    <div class="tag {{ bgColour }} text-bravo-900 w-max py-px px-2 rounded-full text-tiny font-heading uppercase">
        {% if text %}
            {{ text }}
        {% else %}
            Tag
        {% endif %}
    </div>
{% endif %}
{
  "siteName": "BIR Pattern Library",
  "tag": "true",
  "text": "This is a tag",
  "url": "./index",
  "bgColour": "bg-grey-100"
}

No notes defined.