0.13.25 • Published 4 years ago
@blzd-dev/uikit v0.13.25
❄️ Blizzard UIkit
Blizzard UIkit is a set of React components and hooks used to build pages on Blizzard's apps. It also contains a theme file for dark and light mode. This project is fork from pancakeswap-uikit
Install
yarn add @blzd-dev/uikit
Setup
Theme
Before using Pancake UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@blzd-dev/uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from '@blzd-dev/uikit'
...
<ResetCSS />
Types
This project is built with Typescript and export all the relevant types.
0.13.25
4 years ago
0.13.24
4 years ago
0.13.23
5 years ago
0.13.22
5 years ago
0.13.21
5 years ago
0.13.20
5 years ago
0.13.19
5 years ago
0.13.18
5 years ago
0.13.12
5 years ago
0.13.11
5 years ago
0.13.10
5 years ago
0.13.8
5 years ago
0.13.9
5 years ago
0.13.16
5 years ago
0.13.15
5 years ago
0.13.14
5 years ago
0.13.13
5 years ago
0.13.17
5 years ago
0.13.7
5 years ago
0.13.6
5 years ago
0.13.5
5 years ago
0.13.4
5 years ago
0.13.3
5 years ago
0.13.2
5 years ago
0.13.1
5 years ago