0.5.3 • Published 4 years ago

leozera-ui v0.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

leozera-ui

Greenkeeper badge Build Status codecov NPM Package Dependencies Dev Dependencies Code Style Prettier Storybook license

This is my experimental WIP React UI library. The goal here is playing with NPM, React, Webpack (and its multiple loaders), Storybook, Jest, Husky and others in order to create a modular library.

Installing

Yarn:

yarn add leozera-ui

npm:

npm i --save leozera-ui

Using

// Import for the compiled file
import { Button } from 'leozera-ui'

// Somewhere in your code:
return (<Button>Test</Button>)

Developing

# Part 1: getting the project
git clone git@github.com:leonardofaria/leozera-ui.git
cd leozera-ui
yarn install # get dependencies
yarn build:lib # build the library when ready

# Part 2: installing the built version in your project
cd /path/to/your/project
yarn add file:/path/to/leozera-ui/dist

Todo

I have created a Github project to list what is next.

0.5.3

4 years ago

0.4.0

4 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago