Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created February 16, 2018 17:22
Show Gist options
  • Save isacjunior/1ad11aa2845ae77432c9d260794da84c to your computer and use it in GitHub Desktop.
Save isacjunior/1ad11aa2845ae77432c9d260794da84c to your computer and use it in GitHub Desktop.
return (
<div>
<h2>List</h2>
<ul class="list">
<li>Name One</li>
<li>Name Two</li>
</ul>
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment