Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g770728y/valor-random-ui
工作中随机做的ui ( 不成体系 ) , 项目之间的复用度不高
https://github.com/g770728y/valor-random-ui
Last synced: 3 days ago
JSON representation
工作中随机做的ui ( 不成体系 ) , 项目之间的复用度不高
- Host: GitHub
- URL: https://github.com/g770728y/valor-random-ui
- Owner: g770728y
- Created: 2019-07-12T06:01:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T12:39:18.000Z (over 1 year ago)
- Last Synced: 2024-12-15T13:15:34.914Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# valor-random-ui
> 工作中写的 不成体系 的 ui 组件, 有少量复用机会
## Install
```bash
npm install --save valor-random-ui
```## 组件介绍
### FlatTree
只需要数据库返回如下数据: \
```
[{id, level, content} , {id, level, content}]
( 无需pid, children )
```然后就可以使用 FlatTree 构建出树来.
在视效上, FlatTree 相当于一个列表, 通过缩进来展示树
由于`FlatTree`组件, 为一个纯展示组件 ( 自身不保持状态 )
为方便起见, 提供了以下`helper`方法:-
## 版本
### V1.0.0
适配 antd 3.x
### master
适配 antd 4.x
## License
MIT © [g770728y](https://github.com/g770728y)