Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
davicostalf authored Nov 6, 2024
1 parent 5568a1f commit 7419d87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export function Show() {
</Radio>
</RadioGroup>
<RadioGroup label="Vertical radio group" errorText="Something is wrong">
<Radio value="opt1">Pen</Radio>
<Radio value="opt1" description="this is a test">Pen</Radio>
<Radio value="opt2">Pineapple</Radio>
<Radio value="opt3">Apple</Radio>
<Radio value="opt3" description="lorem ipsum">Apple</Radio>
<Radio value="opt4">Another pen</Radio>
</RadioGroup>
<RadioGroup label="Horizontal radio group" horizontal>
Expand Down

0 comments on commit 7419d87

Please sign in to comment.