@theme-ui/typography
Utilities for integrating Typography.js themes with Theme UI
Last updated 3 years ago by hasparus .
MIT · Repository · Bugs · Original npm
$ cnpm install @theme-ui/typography 
SYNC missed versions from official npm registry.

@theme-ui/typography

Utilities for integrating Typography.js themes with Theme UI

import { ThemeProvider } from 'theme-ui'
import { toTheme } from '@theme-ui/typography'
import wordpress2016 from 'typography-theme-wordpress-2016'

const theme = toTheme(wordpress2016)

export default (props) => (
  <ThemeProvider theme={theme}>{props.children}</ThemeProvider>
)

Current Tags

  • 0.14.5                                ...           latest (3 years ago)
  • 0.6.0-alpha.8                                ...           next (4 years ago)

6 Versions

  • 0.6.0-alpha.8                                ...           4 years ago
  • 0.14.5                                ...           3 years ago
  • 0.15.0-develop.5                                ...           3 years ago
  • 0.4.0-alpha.0                                ...           5 years ago
  • 0.3.0                                ...           6 years ago
  • 0.2.46                                ...           6 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org