0.39.17 • Published 3 years ago

@tangleswap/uikit2 v0.39.17

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

🥞 TangleSwap UIkit

Version Size

Pancake UIkit is a set of React components and hooks used to build pages on Pancake's apps. It also contains a theme file for dark and light mode.

Install

yarn add @tangleswap/uikit2

Setup

Theme

Before using TangleSwap UIkit, you need to provide the theme file to styled-component.

import { ThemeProvider } from 'styled-components'
import { light, dark } from '@tangleswap/uikit2'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>

Reset

A reset CSS is available as a global styled component.

import { ResetCSS } from '@tangleswap/uikit2'
...
<ResetCSS />

Types

This project is built with Typescript and export all the relevant types.

0.39.16

3 years ago

0.39.17

3 years ago

0.39.15

3 years ago

0.39.14

3 years ago

0.39.13

3 years ago

0.39.12

3 years ago

0.39.11

3 years ago

0.39.10

3 years ago

0.39.8

3 years ago

0.39.7

3 years ago

0.39.5

3 years ago

0.39.4

3 years ago

0.39.3

3 years ago