Skip to content

Commit 2bffcbf

Browse files
committed
Add story
1 parent 9eff885 commit 2bffcbf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dotcom-rendering/src/components/FlexibleGeneral.stories.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,3 +502,15 @@ export const WithSpecialPaletteVariations = {
502502
</>
503503
),
504504
} satisfies Story;
505+
506+
export const SecondaryContainerStandardCards: Story = {
507+
name: 'Secondary container with standard cards',
508+
args: {
509+
frontSectionTitle: 'Secondary container standard cards',
510+
containerLevel: 'Secondary',
511+
groupedTrails: {
512+
...defaultGroupedTrails,
513+
standard: standardCards.slice(0, 4),
514+
},
515+
},
516+
};

0 commit comments

Comments
 (0)