Icon Tag

<div class="mol-icon-tag">
    <i class="atm-icon  far fa-map-marker-alt   "></i>
    Geldermalsen
</div>
<div class="mol-icon-tag">
    {{render '@icon' icon merge=true}}{{text}}
</div>
{
  "text": "Geldermalsen",
  "icon": {
    "icon": "fa-map-marker-alt"
  }
}
  • Content:
    .mol-icon-tag
    {
        @apply text-black flex gap-3;
    
        .atm-icon
        {
            @apply flex-shrink-0 flex items-center justify-center;
        }
        
        .text {
            word-break: break-word;
        }
    }
  • URL: /components/raw/icon-tag/icon-tag.css
  • Filesystem Path: src/components/03-molecules/icon-tag/icon-tag.css
  • Size: 196 Bytes

No notes defined.