Skip to content

Commit

Permalink
Heading: Improve story.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps committed Dec 4, 2023
1 parent caaa1b7 commit 69a94a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/components/heading/src/heading.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,18 @@ export const h2 = {
}
};

export const h3 = {
render: Template,
args: {
level: 'h3'
}
};

export const h4 = {
render: Template,
args: {
level: 'h4'
}
};

export default story;

1 comment on commit 69a94a1

@vercel
Copy link

@vercel vercel bot commented on 69a94a1 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nordstar – ./docs

nordstar-git-master-nordcom.vercel.app
nordstar-nordcom.vercel.app
nordstar.nordcom.io
nordstar.vercel.app

Please sign in to comment.