0.1.14 • Published 2 years ago

@energy8/uikit v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

⚡ Energy8 UIkit

Version Size

Energy8 UIkit is a set of React components. It also contains a theme file for purple and pink mode.

Install

npm i @energy8/uikit

Setup

Theme

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

import { ThemeProvider } from 'styled-components'
import { Purple } from '@energy8/uikit'
...
<ThemeProvider theme={Purple}>...</ThemeProvider>

Reset

Available global styled component.

import { GlobalStyle } from '@energy8/uikit'
...
<GlobalStyle />

Types

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

How to use the UIkit

If you want to use components from the UIkit, check the Storybook documentation

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago