Skip to content

Instantly share code, notes, and snippets.

@nsantos16
Created July 24, 2020 21:45
Show Gist options
  • Save nsantos16/1c3159e118a2d8af754d2a57b5e732dd to your computer and use it in GitHub Desktop.
Save nsantos16/1c3159e118a2d8af754d2a57b5e732dd to your computer and use it in GitHub Desktop.
<div class="list-component">
<div class="list-title">
<span>List component</span>
</div>
<div class="list-component-items">
<div>
<span>List item 1</span>
</div>
<div>
<span>List item 2</span>
</div>
</div>
</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment