0.0.12-beta.1 • Published 5 years ago
cheeseswap-uikit-test v0.0.12-beta.1
UIkit
UIkit is a set of React components and hooks used to build pages on cheeseswap's apps. It also contains a theme file for dark and light mode.
Install
yarn add @cheeseswap/uikit
Setup
Theme
Before using UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@cheeseswap/uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from '@cheeseswap/uikit'
...
<ResetCSS />Types
This project is built with Typescript and export all the relevant types.
How to use the UIkit
0.0.12-beta.1
5 years ago
0.0.12
5 years ago
0.0.11-beta.0
5 years ago
0.0.8-beta
5 years ago
0.0.10
5 years ago
0.0.11
5 years ago
0.0.11-beta.1.1
5 years ago
0.0.11-beta.1
5 years ago
0.0.11-beta.1.3
5 years ago
0.0.11-beta.1.2
5 years ago
0.0.1
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.5
5 years ago
0.0.10-beta
5 years ago
0.0.4
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
1.0.0
5 years ago