Last active
September 17, 2018 23:21
-
-
Save DaneSirois/15a641a2efc6233e14b18f94615b6201 to your computer and use it in GitHub Desktop.
Compound Components - ex.3
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> | |
</ShoppingCart> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment