We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea74593 commit fc9b2ecCopy full SHA for fc9b2ec
packages/react-core/src/components/Button/examples/ButtonVariations.tsx
@@ -10,6 +10,9 @@ export const ButtonVariations: React.FunctionComponent = () => (
10
<Button variant="primary" ouiaId="Primary">
11
Primary
12
</Button>{' '}
13
+ <Button variant="primary" icon={<ExternalLinkSquareAltIcon />} ouiaId="PrimaryWithIcon">
14
+ Primary with icon
15
+ </Button>{' '}
16
<Button variant="secondary" ouiaId="Secondary">
17
Secondary
18
0 commit comments