• Index
  • Core
    • button
    • link
    • base-header
    • base-section
    • img
    • icon
    • swiper-arrows
    • splide-arrows
    • cta-button
    • tooltip
    • badge
    • pagination-arrow
    • pagination
    • splide-arrows
    • footer-social
    • footer-column
    • footer
    • share
    • share-button
    • overview-button
    • energy-label
    • breadcrumbs
    • side-menu
    • modal
    • review-feedback
    • feedback
  • Sections
    • category-cards-section
    • real-estate-section
    • dev-project-slide-section
    • re-agency-description-section
    • re-agency-detail-branches-section
    • usp-section
    • link-navigation-section
    • posts-slide-section
    • dev-project-slide-section
    • filter-table-section
    • highlited-broker-section
    • broker-detail-section
    • real-estate-agency-header-section
    • real-estate-agency-content-section
    • base-section-side-menu
    • estates-slide-section
    • re-agency-form-section
    • map-section
    • broker-review-slide-section
    • estate-detail-content-section
    • category-nav-section
    • usp-base-section
    • post-detail-section
    • re-agents-section
    • posts-section
    • estates-content-section
    • estate-info-section
    • estate-detail-intro-section
  • Items
    • category-card-item
    • statistical-item
    • usp-item
    • overview-item
    • dev-project-slide-item
    • count-item
    • star-item
    • rating-item
    • broker-meta-item
    • highlighted-broker-item
    • post-slide-item
    • more-posts-item
    • broker-chart-item
    • contact-item
    • pagination-item
    • estate-slide-item
    • branch-item
    • broker-review-item
    • review-chart-item
    • broker-review-response-item
    • social-link-item
    • re-agents-item
    • estate-item
    • info-item
    • estate-detail-intro-item
  • Forms
    • input-field
    • search-field
    • radio
    • radio-fieldset
    • checkbox
    • checkbox-fieldset
    • switch
    • dropdown
    • textarea
    • option-switch
  • Subsections
    • current-info-subsection

More posts item

  • Preview
  • Twig
  • Html
  • Zajímá vás více článků?

    Všechny články
  •         {% include "@Components/items/more-posts-item/more-posts-item.twig" with {
        props: {
          url: "#",
          decor_img: {
            src: "images/svg/more-posts.svg",
          },
          title: "Zajímá vás více článků?",
          btn_title: "Všechny články"
        }
      }
    %}
    
          
  •           <a class="i-more-posts" href="#">
      <div class="i-more-posts__img">
        <div class="img">
      <picture>
        
        <img src="images/svg/more-posts.svg" alt="" width="80" height="80" loading="lazy" draggable="false">
      </picture>
    </div>
      </div>
    
      <h3 class="i-more-posts__heading base-h2">Zajímá vás více článků?</h3>
    
      <span class="btn --conversion">    <span class="btn__title">Všechny články</span>
      
      </span>
    </a>
    
            

Schema

    {
  "props": {
    "extraClass": {
      "type": "string",
      "description": "Addiotional class to the component"
    },
    "url": {
      "type": "string",
      "description": "# (default)"
    },
    "decor_img": {
      "src": {
        "type": "string",
        "description": "url of image"
      }
    },
    "title":{
      "type": "string",
      "description": "Title of item"
    },
    "btn_title":{
      "type": "string",
      "description": "Title of button"
    }
  }
}