1. Demo
  2. Notes
  3. .html
  4. .njk & context
  5. Full Screen ↗

Card

<div class="card card--home blue">
  <div class="card__content flow">
    <h2 class="h3">
      <a href="#">
      Resource Library</a>
    </h2>
    <p>Search IDRC's library of AI and data analytics resources</p>
  </div>
</div>
{{ c("card", {
  "title": "Resource Library",
  "variantClass": "home blue",
  "body": "Search IDRC's library of AI and data analytics resources"
}) }}