panex-libs-uikit
v0.0.2
Published
Set of UI components for panex projects
Readme
App UIkit
Install
yarn add panex-libs-uikit
Setup
Theme
Before using panex UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components'
import { light, dark } from 'panex-libs-uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from 'panex-libs-uikit'
...
<ResetCSS />Types
This project is built with Typescript and export all the relevant types.
