@lendi-ui/typography
v5.13.19
Published
Typography including Body, Heading, Overline, and Link.
Downloads
1,275
Maintainers
Keywords
Readme
@lendi-ui/typography
Typography including Body, Heading, Overline, and Link.
Installation
yarn add @lendi-ui/typography
Usage
- Body
import { Body } from '@lendi-ui/typography';
<Body size="lg" color="warn.500">
The quick brown fox jumps over the lazy dog
</Body>;
- Heading
import { Heading } from '@lendi-ui/typography';
<Heading size="lg" color="warn.500">
The quick brown fox jumps over the lazy dog
</Heading>;
- Link
import { Link } from '@lendi-ui/typography';
<Link>quick brown fox</Link>;
- Overline
import { Overline } from '@lendi-ui/typography';
<Overline>quick brown fox</Overline>;