Guest User

Untitled

a guest
Feb 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. import { Card } from 'antd';
  2. const { Meta } = Card;
  3.  
  4. ReactDOM.render(
  5. <Card
  6. hoverable
  7. style={{ width: 240 }}
  8. cover={<img alt="example" src="https://os.alipayobjects.com/rmsportal/QBnOOoLaAfKPirc.png" />}
  9. >
  10. <Meta
  11. title="Europe Street beat"
  12. description="www.instagram.com"
  13. />
  14. </Card>
  15. , mountNode);
Add Comment
Please, Sign In to add comment