HenryYong / corgi-react

UI Component Lib based on React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corgi-React

This is an UI component library based on react. This lib is inspired by Element React and MagicBox. The structure of this project is referred from Element React. We may also treat this lib as an exercise of library construction. Also, the color combination is referred from MagicBox in which is the team I am working.

Install

npm install corgi-react --save

There is another module for theme:

npm install corgi-theme --save

Usage

import { Button } from 'corgi-react'

If you are not familiar with this grammar, you really need to learn something named ECMAScript 2015.

Contribution

If anyone likes or feel good about this lib, please star or fork, even pull request to this lib. Thanks for push me improving my programming skill!!!

Changelog

Changelog can be found here.

License

MIT

About

UI Component Lib based on React


Languages

Language:JavaScript 98.5%Language:CSS 1.4%Language:HTML 0.0%