From 540ad94a1c6fc935ca12e35ebe7897d20e846f9f Mon Sep 17 00:00:00 2001 From: William Martin Date: Wed, 30 Oct 2024 13:33:22 -0400 Subject: [PATCH] add Item story --- libs/components/src/item/item.stories.ts | 126 +++++++++++++++++++++++ 1 file changed, 126 insertions(+) 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: {