Created
July 24, 2020 21:47
-
-
Save nsantos16/eae10c9f74bcc8ccec3357165fa1b584 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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