Created
July 24, 2020 21:45
-
-
Save nsantos16/1c3159e118a2d8af754d2a57b5e732dd 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"> | |
<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