Broker review response item
-
Jan Stejskal
OdpovídáPlný té zatiky uh slovník obdoby potvrdili tj. tohle ukázky.
-
{% include "@Components/items/broker-review-response-item/broker-review-response-item.twig" with { props: { img: { src: "https://source.unsplash.com/FV3GConVSss/48x48", alt: "", srcset: ["https://source.unsplash.com/FV3GConVSss/48x48 1x", "https://source.unsplash.com/FV3GConVSss/96x96 2x"] }, title: "Jan Stejskal", label: "Odpovídá", perex: "Plný té zatiky uh slovník obdoby potvrdili tj. tohle ukázky." } } %} -
<div class="i-broker-review-response"> <header class="i-broker-review-response__header"> <div class="i-broker-review-response__img"> <div class="img --ratio-1-1"> <picture> <img src="https://source.unsplash.com/FV3GConVSss/48x48" alt="" loading="lazy" draggable="false" srcset="https://source.unsplash.com/FV3GConVSss/48x48 1x, https://source.unsplash.com/FV3GConVSss/96x96 2x"> </picture> </div> </div> <div class="i-broker-review-response__heading-block"> <h3 class="base-h4 i-broker-review-response__heading">Jan Stejskal</h3> <span class="i-broker-review-response__label">Odpovídá</span> </div> </header> <p class="i-broker-review-response__perex">Plný té zatiky uh slovník obdoby potvrdili tj. tohle ukázky.</p> </div>
Schema
{
"props": {
"percent": {
"type": "string",
"description": "Percent of Item"
},
"count": {
"type": "string",
"description": "Count of responses"
},
"variant": {
"type": "string",
"description": "Variant of item: positive | neutral(default) | negative"
},
"title": {
"type": "string",
"description": "Name of item"
},
"link": {
"type": "object",
"description": "All props are documented by the component `link`."
}
}
}