theme-ui-typography
Utilities for integrating Typography.js themes with Theme UI
Last updated 7 years ago by jxnblk .
MIT · Original npm · Tarball · package.json
$ 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 React from 'react'
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.1.3-0.0                                ...           alpha (7 years ago)
  • 0.1.7                                ...           latest (7 years ago)
  • 0.0.17-alpha.1                                ...           next (7 years ago)

11 Versions

  • 0.1.7                                ...           7 years ago
  • 0.1.3                                ...           7 years ago
  • 0.1.3-0.0                                ...           7 years ago
  • 0.1.2                                ...           7 years ago
  • 0.1.1                                ...           7 years ago
  • 0.1.0                                ...           7 years ago
  • 0.0.17                                ...           7 years ago
  • 0.0.17-alpha.1                                ...           7 years ago
  • 0.0.17-alpha.0                                ...           7 years ago
  • 0.0.16                                ...           7 years ago
  • 0.0.15                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 7
Dependencies (6)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |