zhui

🚀 A Chinese style component library powered by React

MIT License

Downloads
33
Stars
1.5K
Committers
5

简体中文 | English

Begin

What I thought Document entry page

Can you use star to encourage the author ?

📦 Install

npm install zhui

🔨 Usage

import { Button } from 'zhui';
ReactDOM.render(<Button />, mountNode);

⌨️ Development

clone locally:

$ git clone [email protected]:zhui-team/zhui.git
$ cd zhui
$ npm install
$ npm run ddev or npm run storybook

Thanks to the @dxiaoqi for his inspiration for the design of this library ~