Skip to content

Instantly share code, notes, and snippets.

@andreafalzetti
Last active July 19, 2017 12:34
Show Gist options
  • Save andreafalzetti/240d933f864c8674ede656e80abf844d to your computer and use it in GitHub Desktop.
Save andreafalzetti/240d933f864c8674ede656e80abf844d to your computer and use it in GitHub Desktop.
InteractiveBox
<InteractiveBoxContainer>
<InteractiveBoxButton
title={'YES'}
text={'I want this'}
height={350}
value={'yes'}
/>
<InteractiveBoxButton
title='NO'
text={'I don\'t want this'}
secondaryText={'Answer the questions below'}
height={350}
value={'no'}
/>
</InteractiveBoxContainer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment