We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a153d7 commit 51f59e6Copy full SHA for 51f59e6
packages/components/src/button/stories/e2e/index.story.tsx
@@ -40,6 +40,12 @@ export const VariantStates: StoryFn< typeof Button > = (
40
>
41
<Button { ...props } variant={ variant } />
42
<Button { ...props } variant={ variant } disabled />
43
+ <Button
44
+ { ...props }
45
+ variant={ variant }
46
+ disabled
47
+ __experimentalIsFocusable
48
+ />
49
<Button { ...props } variant={ variant } isBusy />
50
<Button { ...props } variant={ variant } isDestructive />
51
<Button { ...props } variant={ variant } isPressed />
0 commit comments