Skip to content

Commit

Permalink
fix card
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Aug 23, 2024
1 parent 2d22a32 commit 0a11d35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/uui-card/lib/uui-card.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const meta: Meta = {
args: {
slot: 'This is an example of a simple card',
},
render: args => html` <uui-card ${spread(args)}>${args.slot}</uui-card> `,
render: args => html`
<uui-card ${spread(args, ['slot'])}>${args.slot}</uui-card>
`,
decorators: [
(Story: any) =>
html`<div
Expand Down

0 comments on commit 0a11d35

Please sign in to comment.