0.13.25 • Published 3 years ago

@blzd-dev/uikit v0.13.25

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

❄️ 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

3 years ago

0.13.24

3 years ago

0.13.23

3 years ago

0.13.22

3 years ago

0.13.21

3 years ago

0.13.20

3 years ago

0.13.19

3 years ago

0.13.18

3 years ago

0.13.12

3 years ago

0.13.11

3 years ago

0.13.10

3 years ago

0.13.8

3 years ago

0.13.9

3 years ago

0.13.16

3 years ago

0.13.15

3 years ago

0.13.14

3 years ago

0.13.13

3 years ago

0.13.17

3 years ago

0.13.7

3 years ago

0.13.6

3 years ago

0.13.5

3 years ago

0.13.4

3 years ago

0.13.3

3 years ago

0.13.2

3 years ago

0.13.1

3 years ago