File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 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:
2222 <img src="react-tree-demo.gif?raw=true" width="288" />
2323 </p >
2424
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 )
2627
2728<br />
2829
2930### Props
30-
31+ <!-- props-table-start -->
3132| Name | Type | Default | Description |
3233| :------------------ | :---------- | :--------------------- | :-------------------------------------------------------------- |
3334| ` 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
5051| ` treeContainerRenderer ` | ` Component ` | ` tree_container.js ` | ` Component to replace the default TreeContainer component. ` |
5152| ` customItemsRenderer ` | ` Component ` | | ` Component to replace the default Items && inner Item component. ` |
5253| ` markSelectedItem ` | ` boolean ` | ` false ` | ` Toggle to mark selected item. ` |
53-
54+ <!-- props-table-end -->
5455<br />
5556
5657## 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
44
55The basic tree is built using @emotion/core , and supports both styling and component renderers customizations.
66
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 )
89
910
1011 <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.
55It is based on basic React Tree logic and allows
66a user to display and manage a hierarchical structure of items using <b >Material-UI</b > components.
77
8+ Examples can be found - [ here] ( https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js )
89
910 <p align =" center " >
1011 <img src="react-tree-demo.gif?raw=true" width="288" />
You can’t perform that action at this time.
0 commit comments