@keen.io/typography
v1.3.5
Published
Typography components for Keen
Downloads
160
Keywords
Readme
@keen.io/typography
Typography - set of components used to display text across Keen applications.
Installing
For Front-End applications use standard npm
or yarn package manager.
yarn install @keen.io/typography
Examples
import { Headline } from '@keen.io/typography';
<Headline {...props} />