Skip to content

Commit

Permalink
fix: missing radio
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelloo committed May 10, 2021
1 parent 8083bbd commit e7f4dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react/src/components/form/form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ export const Playground: Story<FormProps<Values>> = (props) => (
Social media
<HelperText>Facebook, Twitter, TikTok, etc...</HelperText>
</Radio>
<Radio name="source" value="search-engine">
Search engine
</Radio>
<Radio name="source" value="word-of-mouth">
Word of mouth
</Radio>
Expand Down

0 comments on commit e7f4dd7

Please sign in to comment.