Current info subsection

  • Aktuálně u nás nabízí nemovitost

    881 Realitních kanceláří
    12 382 Aktivních makléřů
  •         {% include "@Components/subsections/current-info-subsection/current-info-subsection.twig" with {
        props: {
          title: "Aktuálně u nás nabízí nemovitost",
          counts: [
        {
          number: "881",
          label: "Realitních kanceláří"
        },
        {
          number: "12 382",
          label: "Aktivních makléřů"
        }
      ]
        }
      }
    %}
    
          
  •           <section class="ss-current-info">
      <h3 class="base-h1 ss-current-info__heading">Aktuálně u nás nabízí nemovitost</h3>
    
          <div class="i-count">
      <span class="i-count__number">881</span>
      <span class="i-count__label $base-h3">Realitních kanceláří</span>
    </div>
          <div class="i-count">
      <span class="i-count__number">12 382</span>
      <span class="i-count__label $base-h3">Aktivních makléřů</span>
    </div>
      </section>
    
            

Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "counts": {
      "type": "array of objects",
      "description": "All props are documented by the component `count-item`."
    }
  }
}