https://github.com/chowa/chowa
UI component library based on React
https://github.com/chowa/chowa
component-library components es eslint framework react sass stylelint typescript uikit webpack
Last synced: 6 months ago
JSON representation
UI component library based on React
- Host: GitHub
- URL: https://github.com/chowa/chowa
- Owner: chowa
- License: mit
- Created: 2020-01-07T17:04:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T01:42:48.000Z (over 4 years ago)
- Last Synced: 2025-04-13T06:04:29.674Z (6 months ago)
- Topics: component-library, components, es, eslint, framework, react, sass, stylelint, typescript, uikit, webpack
- Language: TypeScript
- Homepage: https://chowa.github.io/chowa/
- Size: 586 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Chowa
UI component library based on React
[](https://travis-ci.org/chowa/chowa)
[](https://www.npmjs.com/package/chowa)
[](https://www.npmjs.com/package/chowa)
[](https://npmjs.org/package/chowa)
[](https://opensource.org/licenses/MIT)
[](https://gitter.im/chowa-fe/community)## Documents
[Click to read the document](https://chowa.github.io/chowa/)
## 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](https://github.com/chowa/cwfont), Multilingual## Install
```
npm i chowa --save
``````
yarn add chowa
```## Usage
```jsx
import { Container, Alert } from 'chowa';export default App = () => {
return (
);
}
```### Import style
```js
// 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](http://opensource.org/licenses/MIT)
Copyright (c) 2019-present, Chowa