chowa
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

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 chowa --save
yarn add chowa

Usage

import { Container, Alert } from 'chowa';

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

Import style

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

Local development

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

License

MIT

Copyright (c) 2019-present, Chowa

Package Sidebar

Install

npm i chowa

Weekly Downloads

19

Version

1.1.3

License

MIT

Unpacked Size

2.47 MB

Total Files

986

Last publish

Collaborators

  • binary