0.1.7 • Published 6 years ago

theme-ui-typography v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 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