npm.io
0.17.4 • Published 6 months ago

@theme-ui/typography

Licence
MIT
Version
0.17.4
Deps
8
Size
38 kB
Vulns
0
Weekly
0
Stars
5.4K

@theme-ui/typography

Utilities for integrating Typography.js themes with Theme UI

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

const theme = toTheme(wordpress2016)

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

Keywords