@littlespoon/typography
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

@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>

Readme

Keywords

Package Sidebar

Install

npm i @littlespoon/typography

Weekly Downloads

187

Version

1.7.0

License

UNLICENSED

Unpacked Size

30.1 kB

Total Files

27

Last publish

Collaborators

  • littlespoondev
  • remarkablemark