0.13.25 • Published 4 years ago

@blzd-dev/uikit v0.13.25

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.13.24

4 years ago

0.13.23

4 years ago

0.13.22

4 years ago

0.13.21

4 years ago

0.13.20

4 years ago

0.13.19

4 years ago

0.13.18

4 years ago

0.13.12

4 years ago

0.13.11

4 years ago

0.13.10

4 years ago

0.13.8

4 years ago

0.13.9

4 years ago

0.13.16

4 years ago

0.13.15

4 years ago

0.13.14

4 years ago

0.13.13

4 years ago

0.13.17

4 years ago

0.13.7

4 years ago

0.13.6

4 years ago

0.13.5

4 years ago

0.13.4

4 years ago

0.13.3

4 years ago

0.13.2

4 years ago

0.13.1

4 years ago