Count item

  • 12 382 Aktivních makléřů
  •         {% include "@Components/items/count-item/count-item.twig" with {
        props: {
          number: "12 382",
          label: "Aktivních makléřů"
        }
      }
    %}
    
          
  •           <div class="i-count">
      <span class="i-count__number">12 382</span>
      <span class="i-count__label $base-h3">Aktivních makléřů</span>
    </div>
    
            

Schema

    {
  "props": {
    "number": {
      "type": "number",
      "description": "Item value"
    },
    "label": {
      "type": "string",
      "description": "Item short description"
    }
  }
}