@the-innovation-circuit/theme
v0.3.3
Published
The Innovation Circuit’s theme for Theme UI websites
Downloads
1
Readme
@the-innovation-circuit/theme
Theme UI theme for The Innovation Circuit. Forked from Hack Club's theme.
yarn add @the-innovation-circuit/theme
# npm i @the-innovation-circuit/theme
Check out theme: theme.innovationcircuit.co
Usage
import { ThemeProvider } from 'theme-ui'
import theme from '@hackclub/theme'
export default ({ children }) => (
<ThemeProvider theme={theme}>{children}</ThemeProvider>
)
Fonts
This package also bundles a CSS file that includes our webfonts: fonts.css
.
To use, just import straight from the package:
import '@hackclub/theme/fonts/fonts.css'
(In a Next.js project, place in the pages/_app.js
file.)
MIT License