Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.16 KB

README-en_US.md

File metadata and controls

47 lines (34 loc) · 1.16 KB
ARfnuq.png

Zhui

A Chinese style component library powered by React

简体中文 | 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 git@github.com: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 ~