... LOADING ...

Info Card
Slim card for tabular information
-
Use for anytime you need to display little bits of information about something.
There ws once and willow that was blown by the wind and more stuff for the overflow
Flight has been delay by 2hrs
Flight has been cancelled due to bad weather
            
<div class="jca-info-card">
  <div class="jca-info-card__main">
    <div class="jca-info-card__icon">
      <ion-icon name="newspaper-outline"></ion-icon>
    </div>
    <div class="jca-info-card__content">
      <div class="jca-info-card__title">
        <a href="#">The wind in the willows</a>
      </div>
      <div class="jca-info-card__description">
        There ws once and willow that was blown by the wind and more stuff for the overflow
      </div>
    </div>
  </div>
  <div class="jca-info-card__footer">
    <div class="jca-info-card__footer-item">
      12 Mar, 2020
    </div>
    
    <div class="jca-info-card__footer-item">
      10:00 - 12:00
    </div>

    <div class="jca-info-card__footer-item">
      ZAR 1,500
    </div>
  </div>
</div>