Skip to content

Commit

Permalink
feat: add primary button with icon to button docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Dec 7, 2023
1 parent c9ead43 commit 9372d36
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export const ButtonVariations: React.FunctionComponent = () => (
<Button variant="primary" ouiaId="Primary">
Primary
</Button>{' '}
<Button variant="primary" icon={<ExternalLinkSquareAltIcon />} ouiaId="PrimaryWithIcon">
Primary with icon
</Button>{' '}
<Button variant="secondary" ouiaId="Secondary">
Secondary
</Button>{' '}
Expand Down

0 comments on commit 9372d36

Please sign in to comment.