0.1.6 • Published 5 years ago

@theemeraldtree/emeraldui v0.1.6

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

emeraldui

A simple React UI Library

emeraldui is a simple, clean, and easy-to-use React UI Library. It's going to be the UI library that powers Minecraft Manager and any other future projects from theemeraldtree.

Setting up emeraldui

Installing:

yarn add @theemeraldtree/emeraldui

Don't forget its required peer dependencies:

yarn add styled-components react-transition-group styled-transition-group

Using emeraldui:

emeraldui relies on styled-components' theme system. It is recommended to wrap your root component with a styled-components ThemeProvider

import { DarkTheme } from '@theemeraldtree/emeraldui';
<ThemeProvider theme={DarkTheme}>
  {/* the rest of your app goes here... */}
</ThemeProvider>;

Building emeraldui

Run the Storybook component documentation:

git clone https://github.com/theemeraldtree/emeraldui
yarn
yarn storybook

Building emeraldui:

yarn build
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago