Skip to content

Commit 403d3d4

Browse files
committed
add hover state story for MicroCard component
1 parent 31193c8 commit 403d3d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/_common/card/MicroCard/MicroCard.stories.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ export const Default: Story = {
1515
type: CardType.Product,
1616
},
1717
};
18+
19+
export const Hover: Story = {
20+
parameters: { pseudo: { hover: true } },
21+
args: { ...Default.args },
22+
};

0 commit comments

Comments
 (0)