Created
July 31, 2018 22:14
-
-
Save grantglidewell/00ccd5777a49f7536abc2e051a608846 to your computer and use it in GitHub Desktop.
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
<Card> | |
<CardHeader>This is the card Header</CardHeader> | |
<CardContent> | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | |
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut | |
enim ad minim veniam, quis nostrud exercitation ullamco laboris | |
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in | |
reprehenderit in voluptate velit esse cillum dolore eu fugiat | |
nulla pariatur. Excepteur sint occaecat cupidatat non proident, | |
sunt in culpa qui officia deserunt mollit anim id est laborum. | |
</CardContent> | |
<CardFooter>this is the card footer</CardFooter> | |
</Card> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment