npm.io
0.10.15 • Published 4 years ago

@likeswaporg/uikit

Licence
MIT
Version
0.10.15
Deps
5
Size
616 kB
Vulns
0
Weekly
0

likeSwap UIkit

Version Size

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

Install

yarn add @likeswap/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 '@likeswap/uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
Reset

A reset CSS is available as a global styled component.

import { ResetCSS } from '@likeswap/uikit'
...
<ResetCSS />
Types

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