Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://zhui-team.github.io/zhui/
đ A Chinese style component library powered by React
https://zhui-team.github.io/zhui/
Last synced: 3 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:16:21.000Z (about 2 years ago)
- Last Synced: 2024-11-11T23:37:27.208Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 1,461
- Watchers: 12
- Forks: 71
- Open Issues: 27
-
Metadata Files:
- Readme: README-en_US.md
- License: LICENSE
Awesome Lists containing this project
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 ~