Tag

<div class="tag bg-alpha text-white w-max py-1 px-4 rounded text-xs">

    This is a tag

</div>
{% if tag %}
    <div class="tag bg-alpha text-white w-max py-1 px-4 rounded text-xs">
        {% if text %}
            {{ text }}
        {% else %}
            Tag
        {% endif %}
    </div>
{% endif %}
{
  "siteName": "MentorKit Pattern Library",
  "tag": "true",
  "text": "This is a tag",
  "url": "./index"
}

No notes defined.