We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31193c8 commit 403d3d4Copy full SHA for 403d3d4
src/components/_common/card/MicroCard/MicroCard.stories.tsx
@@ -15,3 +15,8 @@ export const Default: Story = {
15
type: CardType.Product,
16
},
17
};
18
+
19
+export const Hover: Story = {
20
+ parameters: { pseudo: { hover: true } },
21
+ args: { ...Default.args },
22
+};
0 commit comments