Tag

<div class="inline-block text-xs py-1 px-2 bg-gray-700 text-white b-0 ">
    Montageautomation
</div>
{% set title = title %}
{% set position = position %}
{% set classes = classes %}

{% set styles = {
    'gray': 'bg-gray-700 text-white',
    'gray-600': 'bg-gray-600 text-white',
    'white': 'bg-white text-current'
} %}

{% set positions = {
    'top': 't-0',
    'bottom': 'b-0'
} %}

<div class="inline-block text-xs py-1 px-2 {{ style ? styles[style] : '' }} {{ position ? positions[position] : '' }} {{ classes }}">
    {{ title }}
</div>
{
  "title": "Montageautomation",
  "style": "gray",
  "position": "bottom"
}

No notes defined.