Statistical item

  • Nemovitosti
    123
  •         {% include "@Components/items/statistical-item/statistical-item.twig" with {
        props: {
          title: "Nemovitosti",
          link: {
            title: "123",
            color: "primary"
          }
        }
      }
    %}
    
          
  •           <div class="i-statistical">
        <dt class="i-statistical__title">Nemovitosti</dt>
        <dd class="i-statistical__value">
          <a class="link --primary" href="#" href="#">
      <span class="link__title">
        <span class="link__title-wrap">123</span>
      </span>
    
      </a>
        </dd>
    </div>
    
            

Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "link": {
      "type": "object",
      "description": "Options for link core component"
    }
  }
}