UI component library based on React
- 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
npm i chowa --save
yarn add chowa
import { Container, Alert } from 'chowa';
export default App = () => {
return (
<Container>
<Alert
showIcon
title='This is an info message'
content="This is content message"/>
</Container>
);
}
// css
import 'chowa/dist/chowa.css';
// sass
import 'chowa/es/styles'
git clone https://github.com/chowa/chowa.git
cd chowa
npm install
npm run dev
Copyright (c) 2019-present, Chowa