Skip to main content

Display

Display is used to render semantic HTML heading elements with the brand typeface.

Storybook Link

Import

To implement display component into your project you'll need to add the import:

import { Typography } from '@anthane/core-elements';

Usage

After adding import into your project you can use it simply like:

<Typography.Display size="Medium">
The quick brown fox jumps over the lazy dog
</Typography.Display>