Skip to content

Commit

Permalink
chore: add primary button with icon to button docs (#9871)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Jan 2, 2024
1 parent ea74593 commit fc9b2ec
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 fc9b2ec

Please sign in to comment.