Last active
September 18, 2018 17:13
-
-
Save DaneSirois/0298858e06767e0456942ac998fa62e1 to your computer and use it in GitHub Desktop.
Compound Components - ex.5
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
<ShoppingCart direction='vertical' onClick={this.handleItemClick}> | |
<ShoppingCartItem>Eggs</ShoppingCartItem> | |
<ShoppingCartItem>Ham</ShoppingCartItem> | |
<ShoppingCartExpandableItem extendedDetails='Details to show when clicked'> | |
Bread | |
</ShoppingCartExpandableItem> | |
</ShoppingCart> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment