chimera-ui
v0.0.3
Published
[chimera-ui](https://anaconday.github.io/chimera/) is a library based on React framework that provides several basic components. [中文 README](/README_zh-CN.md) ## Install ```bash npm install chimera-ui --save ``` Or ```bash yarn add chimera-ui ``` ## Usage
Downloads
9
Readme
chimera-ui
chimera-ui is a library based on React framework that provides several basic components. 中文 README
Install
npm install chimera-ui --save
Or
yarn add chimera-ui
Usage
import { Button } from 'chimera-ui';
ReactDOM.render(<Button>chimera</Button>, container);
It's recommended to import components on demands
Features
- Abundant basic components to meet regular business
- Customizable theme.
- Component and style can load on demand
- Static type checking by Flow
- webpack + babel + sass workflow.
Internationalization
See i18n
License
MIT