https://zhui-team.github.io/zhui/
đ A Chinese style component library powered by React
https://zhui-team.github.io/zhui/
Last synced: 6 months ago
JSON representation
đ A Chinese style component library powered by React
- Host: GitHub
- URL: https://zhui-team.github.io/zhui/
- Owner: zhui-team
- License: mit
- Created: 2019-01-07T06:16:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:16:21.000Z (almost 3 years ago)
- Last Synced: 2025-05-09T10:46:40.894Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 1,458
- Watchers: 11
- Forks: 71
- Open Issues: 27
-
Metadata Files:
- Readme: README-en_US.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ui-component-library - ZHUI - team/zhui.svg?label=&style=social)](https://github.com/zhui-team/zhui) - A Chinese style component library powered by React (React)
- awesome-uikit - zhui - team/zhui?label=" /> - A Chinese style component library of react. [![Open-Source Software][OSS Icon]](https://github.com/zhui-team/zhui) (UI Components / React)
README
Zhui
A Chinese style component library powered by React
[įŽäŊ䏿](./README.md) | English
## Begin
[What I thought](https://juejin.im/post/5c617a355188256299385138)
[Document entry page](https://zhui-team.github.io/zhui/)
Can you use star to encourage the author īŧ
## đĻ Install
```bash
npm install zhui
```
## đ¨ Usage
```jsx
import { Button } from 'zhui';
ReactDOM.render(, mountNode);
```
## â¨ī¸ Development
clone locally:
```bash
$ 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 ~