Skip to content

Instantly share code, notes, and snippets.

@DaneSirois
Last active September 18, 2018 17:00
Show Gist options
  • Save DaneSirois/cc965097f6d9e009d5470884ddd1dc8e to your computer and use it in GitHub Desktop.
Save DaneSirois/cc965097f6d9e009d5470884ddd1dc8e to your computer and use it in GitHub Desktop.
Compound Components - ex.1
<ShoppingCart
direction='vertical'
items={[
{ name: 'Eggs' },
{ name: 'Ham' }
]}
onItemClick={this.handleItemClick}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment