Skip to content

Commit 21921a4

Browse files
authored
Add a newsletter story to card (#15338)
1 parent e6768f6 commit 21921a4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,16 @@ export const WithExternalLink = () => {
310310
);
311311
};
312312

313+
export const WithANewsletter = () => {
314+
return (
315+
<CardGroup>
316+
<CardWrapper>
317+
<Card {...basicCardProps} isNewsletter={true} />
318+
</CardWrapper>
319+
</CardGroup>
320+
);
321+
};
322+
313323
export const WithMediaType = () => {
314324
return (
315325
<>

0 commit comments

Comments
 (0)