1.0.0 • Published 3 years ago

@pecal/theme v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@miraklasiaf/theme

Chakra UI theme for Faisal Karim

yarn add @pecal/theme
# npm i @pecal/theme

Check out theme: theme.miraklasiaf.com

Usage

import { ThemeProvider } from '@chakra-ui/core'
import theme from '@pecal/theme'

export default ({ children }) => <ThemeProvider theme={theme}>{children}</ThemeProvider>

(In a Next.js project, place in the pages/_app.js file.)

MIT License