Skip to content

Commit 7ddec71

Browse files
committed
docs: readme
1 parent b62b83a commit 7ddec71

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
<p align="center"><img src="https://github.com/phphe/he-tree-react/blob/static/cover.jpg?raw=true" width="700" alt="react draggable tree, he-tree-react" /></p>
1+
<p align="center"><img src="https://github.com/phphe/he-tree-react/blob/static/cover.jpg?raw=true" width="350" alt="react draggable tree, he-tree-react" /></p>
22

3-
# he-tree-react ![GitHub License](https://img.shields.io/github/license/phphe/he-tree-react) ![NPM Version](https://img.shields.io/npm/v/he-tree-react)
3+
# he-tree-react ![GitHub License](https://img.shields.io/github/license/phphe/he-tree-react) ![NPM Version](https://img.shields.io/npm/v/he-tree-react) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/phphe/he-tree-react/build.yml) ![NPM Type Definitions](https://img.shields.io/npm/types/he-tree-react) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/he-tree-react)
44

5-
React draggable sortable tree component. [Document](https://he-tree-react.phphe.com).
5+
React draggable sortable tree component. [Document](https://he-tree-react.phphe.com), [Demo](https://he-tree-react.phphe.com/v1/examples).
66

7-
React 可拖拽树组件. [文档](https://he-tree-react.phphe.com/zh).
7+
React 可拖拽树组件. [文档](https://he-tree-react.phphe.com/zh), [演示](https://he-tree-react.phphe.com/zh/v1/examples).
8+
9+
## Features
10+
11+
- Drag with a customizable placeholder.
12+
- Based on HTML Drag and Drop API.
13+
- Both flat data and tree-shaped data supported.
14+
- Drag from external.
15+
- Open or expand. Open node when drag onto it.
16+
- Checked, semi-checked.
17+
- Big data, virtual list.
18+
- Examples for update data.
819

920
## Changelog
1021

0 commit comments

Comments
 (0)