Skip to content

Commit

Permalink
fix(PPDSC-2203): add a story
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Delev committed Jun 8, 2022
1 parent 9d8a41c commit 7055a8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/typography/__tests__/paragraph.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ export const StoryParagraph = () => (
Week.
</P>
<br />
<StorybookSubHeading>
with drop cap and multiply children
</StorybookSubHeading>
<P dropCap>
This being <strong>Black History Month</strong>, last week was Politicians
In Search Of An Eye-Catching Race-Related Policy Week. Both Theresa May
and <strong>Jeremy Corbyn</strong> had their own announcement, each
seemingly benign and right-on, each actually destructive and wrong-headed.
This being Black History Month, last week was
<i>Politicians In Search Of An Eye-Catching Race-Related Policy Week</i>.
</P>
<br />
<StorybookSubHeading>with Sup and Sub elements</StorybookSubHeading>
<P>
Paragraph component containing a <Sub>subscript element</Sub> and a{' '}
Expand Down

0 comments on commit 7055a8a

Please sign in to comment.