Skip to content

Instantly share code, notes, and snippets.

@KTruong008
Created September 17, 2017 22:13
Embed
What would you like to do?
<Field
name="spiceLevel"
label="Spice Level"
component={Radio}
options={{
mild: 'Mild',
medium: 'Medium',
hot: 'hot'
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment