Created
July 18, 2018 07:49
-
-
Save rajatk16/712a62de219096e94e361e721c290c03 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
| const Billboard = () => ( | |
| <ZoneBlack> | |
| <Heading>React</Heading> | |
| <div className="billboard_product"> | |
| <Link className="billboard_product-image" to="/"> | |
| <img alt="#" src="#"> | |
| </Link> | |
| <div className="billboard_product-details"> | |
| <h3 className="sub">React</h3> | |
| <p>Lorem Ipsum</p> | |
| </div> | |
| </div> | |
| </ZoneBlack> | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment