diff --git a/libs/components/src/item/item.stories.ts b/libs/components/src/item/item.stories.ts index 80c1b70e118..1198fce89cb 100644 --- a/libs/components/src/item/item.stories.ts +++ b/libs/components/src/item/item.stories.ts @@ -346,6 +346,132 @@ export const SingleActionWithBadge: Story = { }), }; +export const CompactMode: Story = { + render: (args) => ({ + props: args, + template: /*html*/ ` +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ `, + }), +}; + export const VirtualScrolling: Story = { render: (_args) => ({ props: {