@the-innovation-circuit/theme
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @the-innovation-circuit/theme

Weekly Downloads

0

Version

0.3.3

License

MIT

Unpacked Size

150 kB

Total Files

18

Last publish

Collaborators

  • sampoder