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