• 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
    • seo-box
  • Sections
    • category-cards-section
    • real-estate-section
    • dev-project-slide-section
    • re-agency-description-section
    • re-agency-detail-branches-section
    • list-business-card
    • 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
    • error-section
    • bug-report-modal
    • flash-message-modal
    • fade-in-section
    • locality-content-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
    • range
  • Subsections
    • current-info-subsection

Facebook

  • Preview
  • Twig
  • Html
  • Facebook
  •         {% include "@Components/footer-social/footer-social.twig" with {
        props: {
          facebook: "https://www.facebook.com/ceskereality.cz",
          blank: true
        }
      }
    %}
    
          
  •             
        <a class="footer-social" href="https://www.facebook.com/ceskereality.cz" target="_blank">
      <span class="icon  --xl">
          <img src="images/svg/social-facebook.svg" alt="Facebook" loading="lazy">
      
      </span>
    
      </a>
    
            

Twitter

  • Preview
  • Twig
  • Html
  • X
  •         {% include "@Components/footer-social/footer-social.twig" with {
        props: {
          twitter: "https://twitter.com/ceske_reality?lang=cs",
          blank: true
        }
      }
    %}
    
          
  •                 <a class="footer-social" href="https://twitter.com/ceske_reality?lang=cs" target="_blank">
      <span class="icon  --xl">
          <img src="images/svg/social-x-twitter.svg" alt="X" loading="lazy">
      
      </span>
    
      </a>
    
            

Androis app

  • Preview
  • Twig
  • Html
  •         {% include "@Components/footer-social/footer-social.twig" with {
        props: {
          android_app:"https://play.google.com/store/apps/details?id=cz.agentes.ceskereality",
          blank: true
        }
      }
    %}
    
          
  •                 <a class="footer-social" href="https://play.google.com/store/apps/details?id=cz.agentes.ceskereality" target="_blank">
      <span class="icon  --xl">
          <img src="images/svg/social-android-app.svg"  loading="lazy">
      
      </span>
    
      </a>
    
            

Email

  • Preview
  • Twig
  • Html
  • Email
  •         {% include "@Components/footer-social/footer-social.twig" with {
        props: {
          email:"ceskereality@gmail.com"
        }
      }
    %}
    
          
  •               <a class="footer-social" href="mailto:ceskereality@gmail.com">
      <span class="icon  --xl">
          <img src="images/svg/social-mail.svg" alt="Email" loading="lazy">
      
      </span>
    
      </a>
    
            

Custom

  • Preview
  • Twig
  • Html
  •         {% include "@Components/footer-social/footer-social.twig" with {
        props: {
          custom:{
            url: "https://www.facebook.com/ceskereality.cz",
            ico: {
              src: "images/svg/social-plus.svg"
              }
          },
          blank: true,
        }
      }
    %}
    
          
  •                 <a class="footer-social" href="https://www.facebook.com/ceskereality.cz" target="_blank">
      <span class="icon  --xl">
          <img src="images/svg/social-plus.svg"  loading="lazy">
      
      </span>
    
      </a>
    
            

With title

  • Preview
  • Twig
  • Html
  • ČESKÉREALITY.cz PLUS
  •         {% include "@Components/footer-social/footer-social.twig" with {
        props: {
          custom:{
            url: "https://www.facebook.com/ceskereality.cz",
            ico: {
              src: "images/svg/social-plus.svg"
              }
          },
          title: "ČESKÉREALITY.cz PLUS",
          blank: true,
        }
      }
    %}
    
          
  •                 <a class="footer-social" href="https://www.facebook.com/ceskereality.cz" target="_blank">
      <span class="icon  --xl">
          <img src="images/svg/social-plus.svg"  loading="lazy">
      
      </span>
    
          <span>
          ČESKÉREALITY.cz PLUS
        </span>
      </a>
    
            

Schema

    {
  "props": {
    "facebook": {
      "type": "string",
      "description": "Facebook url adress"
    },
    "email": {
      "type": "string",
      "description": "Email adress"
    },
    "twitter": {
      "type": "string",
      "description": "Twitter url adress"
    },
    "android_app": {
      "type": "string",
      "description": "Android app adress"
    },
    "custom": {
      "url":{
        "type": "string",
        "description": "Url adress"
      },
      "ico":{
        "src":{
          "type": "string",
          "description": "Path to icon"
        }
      }
    },
    "title":{
      "type": "string",
      "description": "Title of the component"
    },
    "blank": {
      "type": "boolean",
      "description": "true | undefined"
    }
  }
}