<div class="a-dotTag font-weight-normal text-muted d-flex align-items-center">
    <div class="a-dotTag__dot rounded-circle bg-purple"></div>
    <div class="a-dotTag__text">Grondgebonden woningen</div>
</div>
<div class="a-dotTag font-weight-normal text-muted d-flex align-items-center">
    <div class="a-dotTag__dot rounded-circle {% if color %}bg-{{color}}{% endif %}"></div>
    <div class="a-dotTag__text">{{text}}</div>
</div>
{
  "color": "purple",
  "text": "Grondgebonden woningen"
}

No notes defined.