1.1.2 • Published 6 years ago

@materialr/typography v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

MaterialR Typography

@materialr/typography

Build Status Coverage Status NSP Status semantic-release

Material typography implementation for React

Installation

$ npm install --save @materialr/typography

Demo

A full demo is available on the MaterialR website showcasing all variants.

Components

Named exports

import {
  Body1,
  Body2,
  Button,
  Caption,
  Headline1,
  Headline2,
  Headline3,
  Headline4,
  Headline5,
  Headline6,
  Overline,
  Subtitle1,
  Subtitle2,
} from '@material/typography';

Props

All named components have the same props:

PropTypeRequiredDefaultDescription
childrennode/stringYesundefinedThe children to render within
classNamestringNoundefinedAdditional classNames to add
1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago