Skip to content

Commit 119c720

Browse files
authored
Merge pull request #157 from kenshoo/update-readme-check-publish
Update readme files + check publish
2 parents 8575538 + 50487f3 commit 119c720

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff 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

packages/core/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ React Tree is a straight forward component that allows a user to display and man
44

55
The 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">

packages/material_tree/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Material Tree is an enrichment to React Tree component.
55
It is based on basic React Tree logic and allows
66
a 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" />

0 commit comments

Comments
 (0)