Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g770728y/valor-random-ui

工作中随机做的ui ( 不成体系 ) , 项目之间的复用度不高
https://github.com/g770728y/valor-random-ui

Last synced: 3 days ago
JSON representation

工作中随机做的ui ( 不成体系 ) , 项目之间的复用度不高

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)