0.1.7 • Published 5 years ago

theme-ui-typography v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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>
)
0.1.7

5 years ago

0.1.3

5 years ago

0.1.3-0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.17

5 years ago

0.0.17-alpha.1

5 years ago

0.0.17-alpha.0

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago