1.1.12 • Published 3 months ago

chimp-finance-uikit v1.1.12

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

Glaze UIkit

Version Size

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

Install

yarn add @glaze-finance/uikit

Setup

Theme

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

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

Reset

A reset CSS is available as a global styled component.

import { ResetCSS } from '@glaze-finance/uikit'
...
<ResetCSS />

Types

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

1.1.9

3 months ago

1.1.8

3 months ago

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.12

3 months ago

1.1.11

3 months ago

1.1.10

3 months ago

1.1.1

5 months ago

1.1.0

6 months ago