Skip to content

Instantly share code, notes, and snippets.

@J2D2Development
Created July 29, 2017 15:57
Show Gist options
  • Save J2D2Development/6289f18fe18c9533e3b8a2332286b5da to your computer and use it in GitHub Desktop.
Save J2D2Development/6289f18fe18c9533e3b8a2332286b5da to your computer and use it in GitHub Desktop.
<Card key={key}>
<CardHeader title={light.name} subtitle={light.type} />
<CardTitle title={
<LightSwitch
id={key} switchedOn={light.state.on}
updateLightHandler={updateLightHandler}
/>}
/>
<CardActions>
<FlatButton label="Manage" primary={true} />
</CardActions>
</Card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment