Skip to content

Commit

Permalink
Update radio.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
davicostalf authored Nov 6, 2024
1 parent 400874b commit 0ae0d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shoreline/src/components/radio/radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { Label } from '../label'
* @status stable
* @example
* <RadioGroup label="Radio group">
* <Radio value="1">Option 1</Radio>
* <Radio value="1" description="This is a test">Option 1</Radio>
* <Radio value="2">Option 2</Radio>
* <Radio value="3">Option 3</Radio>
* <Radio value="3" description="Lorem ipsum">Option 3</Radio>
* </RadioGroup>
*/
export const Radio = forwardRef<HTMLInputElement, RadioProps>(
Expand Down

0 comments on commit 0ae0d6d

Please sign in to comment.