chimera-ui is a library based on React framework that provides several basic components.
npm install chimera-ui --saveOr
yarn add chimera-uiimport { Button } from 'chimera-ui';
ReactDOM.render(<Button>chimera</Button>, container);It's recommended to import components on demands
- 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.
See i18n
MIT