View in StorybookView Source on Github

Variations

Default (ul, ol, .list)

0.25rem of margin on the bottom of list items

<ul>
  <li>One</li>
  <li>Two</li>
  <li>Three</li>
</ul>
  • One
  • Two
  • Three

Loose

0.5rem of margin on the bottom of list items

<ul class="list list--loose">
  <li>One</li>
  <li>Two</li>
  <li>Three</li>
</ul>
  • One
  • Two
  • Three

Tight

No margin at the bottom of list items

<ul class="list list--tight">
  <li>One</li>
  <li>Two</li>
  <li>Three</li>
</ul>
  • One
  • Two
  • Three