Skip to content

Commit

Permalink
Fix undefined component in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Aug 18, 2023
1 parent 812080d commit e30a63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as Stories from './CheckboxGroup.stories';

# CheckboxGroup

<Status.Stable />
<Status variant="stable" />

A checkbox group offers users the choice to select one or multiple options from a predefined list.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as Stories from './RadioButtonGroup.stories';

# RadioButtonGroup

<Status.Stable />
<Status variant="stable" />

A radio button group offers users the choice to select a single option from a predefined list.

Expand Down

1 comment on commit e30a63d

@vercel
Copy link

@vercel vercel bot commented on e30a63d Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.