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

Flow

TODO.

<div class="flow">
  <h1>Inclusive Design Guide</h1>
  <h2>Recognize diversity and uniqueness</h2>
  <h3>Insight</h3>
  <p>It is the responsibility of inclusive designers to be aware of the context and broader impact of any design and strive to effect a beneficial impact beyond the intended beneficiary of the design.</p>
</div>
{{ c("flow", {
  "blocks": [
    {
      "tag": "h1",
      "text": "Inclusive Design Guide"
    },
    {
      "tag": "h2",
      "text": "Recognize diversity and uniqueness"
    },
    {
      "tag": "h3",
      "text": "Insight"
    },
    {
      "tag": "p",
      "text": "It is the responsibility of inclusive designers to be aware of the context and broader impact of any design and strive to effect a beneficial impact beyond the intended beneficiary of the design."
    }
  ]
}) }}