Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 14, 2020 14:57
Show Gist options
  • Save jsmanifest/0db8e387d706a4104a2b9360c7ba61e2 to your computer and use it in GitHub Desktop.
Save jsmanifest/0db8e387d706a4104a2b9360c7ba61e2 to your computer and use it in GitHub Desktop.
function List(props) {
return (
<div>
<h5>
Group: <em>Pediatricians</em>
</h5>
<ul>
<p>Members</p>
<li>Michael Lopez</li>
<li>Sally Tran</li>
<li>Brian Lu</li>
<li>Troy Sakulbulwanthana</li>
<li>Lisa Wellington</li>
</ul>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment