Info item

  • Nemovitosti 255m
  •         {% include "@Components/items/info-item/info-item.twig" with {
        props: {
          title: "Nemovitosti",
          value: "255m"
        }
      }
    %}
    
          
  •           <div class="i-info">
      <span class="i-info__title">Nemovitosti</span>
      <span class="i-info__value">
        255m
      </span>
    </div>
    
            

Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "value": {
      "type": "object",
      "description": "Value of the component"
    }
  }
}