Last active
August 22, 2018 03:39
-
-
Save Chun-Lin/6fb3f13ee43bdcaffd1c56609e375bcd to your computer and use it in GitHub Desktop.
This is a component with its css classes
This file contains 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
export default () => ( | |
<div className="content"> | |
<div className="content__img" /> | |
<div className="content__info"> | |
<div className="content__title">Cute Puppy</div> | |
<div className="content__description"> | |
Sed ut voluptatem neque cumque. Qui sed ut itaque est doloribus qui. | |
Eos perferendis autem qui fugiat. | |
</div> | |
</div> | |
</div> | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment