Skip to content

Commit 51f59e6

Browse files
authored
Button: Add focusable disabled variant to vizreg Storybook (#58634)
1 parent 4a153d7 commit 51f59e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/components/src/button/stories/e2e/index.story.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ export const VariantStates: StoryFn< typeof Button > = (
4040
>
4141
<Button { ...props } variant={ variant } />
4242
<Button { ...props } variant={ variant } disabled />
43+
<Button
44+
{ ...props }
45+
variant={ variant }
46+
disabled
47+
__experimentalIsFocusable
48+
/>
4349
<Button { ...props } variant={ variant } isBusy />
4450
<Button { ...props } variant={ variant } isDestructive />
4551
<Button { ...props } variant={ variant } isPressed />

0 commit comments

Comments
 (0)