Skip to content

Commit

Permalink
Fix RadioButtonGroup examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
aappoalander committed Jan 25, 2021
1 parent 5bf5f30 commit 3f58deb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/Form/RadioButton/RadioButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { RadioButton, RadioButtonGroup } from 'suomifi-ui-components';

<RadioButtonGroup
label="RadioButtons in group"
labelText="RadioButtons in group"
hintText="Example hint text"
name="test-group"
>
Expand All @@ -20,7 +20,7 @@ import { RadioButton, RadioButtonGroup } from 'suomifi-ui-components';
import { RadioButton, RadioButtonGroup } from 'suomifi-ui-components';

<RadioButtonGroup
label="Large RadioButtons in group"
labelText="Large RadioButtons in group"
hintText="Example hint text"
name="test-group-large"
>
Expand Down Expand Up @@ -61,7 +61,7 @@ const [selectedValue, setSelectedValue] = React.useState(
);

<RadioButtonGroup
label="RadioButtons in group"
labelText="RadioButtons in group"
hintText="Example hint text"
name="test-group-controlled"
value={selectedValue}
Expand Down

0 comments on commit 3f58deb

Please sign in to comment.