Skip to content

Commit

Permalink
Update src/content/design-system/components/selector
Browse files Browse the repository at this point in the history
  • Loading branch information
KateMacdonald authored Feb 12, 2024
1 parent a1555c2 commit fc0bd70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Although it does not appear as a typical form input, the Selector component requ
```tsx
<Grid>
<GridItem span={{ initial: 12, sm: 6 }}>
<Selector label="Select an option" description="This is a select with labels" errorMessage="testing the error" type="radio" validationState="invalid">
<Selector label="Select an option" description="This is a select with labels" type="radio" >
<SelectorRadio key="1" value="1">
<SelectorLabel>Option 1</SelectorLabel>
<SelectorHint className="max-sm:typography-body-10 sm:typography-body-9">This selector has the same fucntionality as radios</SelectorHint>
Expand Down

0 comments on commit fc0bd70

Please sign in to comment.