Vebego Component Library
<div class="mol-icon-tag">
    <span class="atm-icon  far fa-map-marker-alt   "></span>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;
    
        .atm-icon
        {
            @apply mr-3;
        }
    }
  • URL: /components/raw/icon-tag/icon-tag.css
  • Filesystem Path: src\components\03-molecules\icon-tag\icon-tag.css
  • Size: 96 Bytes

No notes defined.