Skip to content

Instantly share code, notes, and snippets.

@KTruong008
Created September 17, 2017 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KTruong008/2e21011f438bf5b4804ef36a42534206 to your computer and use it in GitHub Desktop.
Save KTruong008/2e21011f438bf5b4804ef36a42534206 to your computer and use it in GitHub Desktop.
<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