react-outline
Goal
Creating a Card
<div>
<img alt="photo" src="https://robohash.org/test?size=200x200"/>
<div>
<h2>Jane Doe</h2>
<p>jane.doe@gmail.com</p>
</div>
</div>Customizing the Cards
Static Checking with PropTypes
Styling
Last updated
Was this helpful?