Skip to content

Instantly share code, notes, and snippets.

@chrisnojima
Created July 26, 2017 19:20
Show Gist options
  • Save chrisnojima/03a1ad3bc6979f769adf87c32679e0b3 to your computer and use it in GitHub Desktop.
Save chrisnojima/03a1ad3bc6979f769adf87c32679e0b3 to your computer and use it in GitHub Desktop.
import React from 'react'
const Sample = (props) => (
<div onClick={props.onClick}>I know about: {props.devicesCount} devices</div>
)
export default Sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment