GithubHelp home page GithubHelp logo

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

Chowa's Projects

chowa icon chowa

UI component library based on React

cwfont icon cwfont

Vector font generation tool(svg files convert to iconfont)

cwhtml icon cwhtml

Small front-end engineering modular development scaffolding

cwmd icon cwmd

Markdown document generation tool based on react-chowa

ejyy icon ejyy

「e家宜业」是一整套开源智慧物业解决方案,基于nodejs、typescript、koa、vue开发,包含web中台、业主小程序、员工小程序、公众号、物联网应用等,涵盖业主服务、物业运营、智能物联、数据统计等主要业务。

mals icon mals

马尔斯,再搏一次物业

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.