1.7.0 • Published 4 months ago

@littlespoon/typography v1.7.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 months ago

@littlespoon/typography

NPM version

Install

Yarn:

yarn add @littlespoon/typography

npm:

npm install @littlespoon/typography --save

UNPKG

Usage

Import component:

import Typography from '@littlespoon/typography'

Render paragraph:

<Typography>This is a paragraph</Typography>

Render paragraph styled as h1:

<Typography variant="h1">This is a paragraph</Typography>

Render h1:

<Typography as="h1">This is a heading</Typography>

Render h1 styled as h2:

<Typography as="h1" variant="h2">
  This is a heading
</Typography>
1.7.0

4 months ago

1.6.2

1 year ago

1.6.1

1 year ago

1.5.3

2 years ago

1.6.0

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago