1.0.3 • Published 4 years ago

react-chowa v1.0.3

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

react-chowa

UI component library based on React

Build Status npm npm NPM downloads license Gitter

Documents

Click to read the document

Features

  • Ecologically complete peripheral tools
  • Uniform visual interaction and rich types of components
  • Typescript development, providing complete type definition files
  • Theme customization, Vector font icon extension, Multilingual

Install

npm i react-chowa --save
yarn add react-chowa

Usage

import { Container, Alert } from 'react-chowa';

export default App = () => {
    return (
        <Container>
            <Alert
                showIcon
                title='This is an info message'
                content="This is content message"/>
        </Container>
    );
}

Import style

// css
import 'react-chowa/dist/react-chowa.css';
// sass
import 'react-chowa/es/styles'

Local development

git clone https://github.com/chowa/react-chowa.git
cd react-chowa
npm install
npm run dev

License

MIT

Copyright (c) 2019-present, Chowa