Skip to content

Instantly share code, notes, and snippets.

@HunterLarco
Created December 9, 2020 22:59
Show Gist options
  • Save HunterLarco/6ac45d4893648f8036b083ca267a688a to your computer and use it in GitHub Desktop.
Save HunterLarco/6ac45d4893648f8036b083ca267a688a to your computer and use it in GitHub Desktop.
<styles.Row>
<CorkToggle
color={ COLORS.DRIP_MAIN }
leftLabel="New"
name="existing"
parentState={ this.state }
rightLabel="Existing"
setParent={ (state) => this.setState(state) }>
</CorkToggle>
</styles.Row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment