Skip to content

Commit

Permalink
chore: add multipleCards story
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 6, 2024
1 parent fed3ea4 commit 5c65b4e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/stories/CardElement.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,24 @@ export const NotClickable: Story = {
to: undefined,
},
};

export const MultipleCards: Story = {
decorators: [
() => ({
template: `
<div>
<story />
<story />
<story />
<story />
<story />
<story />
<story />
</div>
`,
}),
],
args: {
...NotClickable.args,
},
};

0 comments on commit 5c65b4e

Please sign in to comment.