From fb2d419ab02b4620c1d042760c934516d38624c9 Mon Sep 17 00:00:00 2001 From: Burton Smith Date: Tue, 2 Aug 2022 13:20:02 -0400 Subject: [PATCH] fix react example --- docs/components/radio-group.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/components/radio-group.md b/docs/components/radio-group.md index b58d2307..cc0c48ed 100644 --- a/docs/components/radio-group.md +++ b/docs/components/radio-group.md @@ -93,9 +93,9 @@ Setting the `required` attribute to make selecting an option mandatory. If a val ```html preview
- Not me - Me neither - Choose me + Option 1 + Option 2 + Option 3
Submit @@ -121,16 +121,16 @@ const App = () => { } return ( - - + + - Not me + Option 1 - Me neither + Option 2 - Choose me + Option 3