File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ Two optional themes are supported when using React Tree:
22
22
<img src="react-tree-demo.gif?raw=true" width="288" />
23
23
</p >
24
24
25
- Both options support component customization. - [ examples] ( https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js )
25
+ Both options support component customization. <br />
26
+ Examples can be found - [ here] ( https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js )
26
27
27
28
<br />
28
29
29
30
### Props
30
-
31
+ <!-- props-table-start -->
31
32
| Name | Type | Default | Description |
32
33
| :------------------ | :---------- | :--------------------- | :-------------------------------------------------------------- |
33
34
| ` structure ` | ` Array ` | ` [] ` | ` Component input - array of leaves along with their ancestors ` |
@@ -50,7 +51,7 @@ Both options support component customization. - [examples](https://github.com/ke
50
51
| ` treeContainerRenderer ` | ` Component ` | ` tree_container.js ` | ` Component to replace the default TreeContainer component. ` |
51
52
| ` customItemsRenderer ` | ` Component ` | | ` Component to replace the default Items && inner Item component. ` |
52
53
| ` markSelectedItem ` | ` boolean ` | ` false ` | ` Toggle to mark selected item. ` |
53
-
54
+ <!-- props-table-end -->
54
55
<br />
55
56
56
57
## How to Contribute
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ React Tree is a straight forward component that allows a user to display and man
4
4
5
5
The basic tree is built using @emotion/core , and supports both styling and component renderers customizations.
6
6
7
- [ Examples] ( https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js )
7
+
8
+ Examples can be found - [ here] ( https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js )
8
9
9
10
10
11
<p align =" center " >
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Material Tree is an enrichment to React Tree component.
5
5
It is based on basic React Tree logic and allows
6
6
a user to display and manage a hierarchical structure of items using <b >Material-UI</b > components.
7
7
8
+ Examples can be found - [ here] ( https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js )
8
9
9
10
<p align =" center " >
10
11
<img src="react-tree-demo.gif?raw=true" width="288" />
You can’t perform that action at this time.
0 commit comments