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