Skip to content

Instantly share code, notes, and snippets.

@nsantos16
Created July 24, 2020 21:47
<div class="list-component">
<div class="list-title">
<span>List component</span>
</div>
<div class="list-component-items">
<span>List item 1</span>
<span>List item 2</span>
</div>
</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment