Skip to content

Commit

Permalink
fix(radio): alignment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Jul 29, 2024
1 parent b3b2086 commit a910d7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Custom radio css:
<Canvas of={ RadioStories.Default } sourceState='shown' />

## Alignment
The radio is not default vertical align because you can make everythink after (text, image, icon...).
The radio component may not be vertically aligned by default, depending on the content following it.
You'll need to manage this with css on parent element.
<Canvas of={ RadioStories.Alignment } sourceState='shown' />

## Checked
Expand Down

0 comments on commit a910d7b

Please sign in to comment.