Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhui-team/zhui
đ A Chinese style component library powered by React
https://github.com/zhui-team/zhui
Last synced: 21 days ago
JSON representation
đ A Chinese style component library powered by React
- Host: GitHub
- URL: https://github.com/zhui-team/zhui
- Owner: zhui-team
- License: mit
- Created: 2019-01-07T06:16:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:16:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T16:21:19.310Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 1,462
- Watchers: 12
- Forks: 71
- Open Issues: 27
-
Metadata Files:
- Readme: README-en_US.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - zhui - team | 1448 | (JavaScript)
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 [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 ~