1.1.6 • Published 10 months ago

@nikssatoken/uikit v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

NIKSSA Frontend UIkit

NIKSSA 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 yarn start build yarn build

Setup

Theme

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

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

Reset

A reset CSS is available as a global styled component.

import { ResetCSS } from '@pancakeswap-libs/uikit'
...
<ResetCSS />

Types

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

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago