Skip to content

Commit 264b218

Browse files
authored
Adds "Recipes" section (#49)
1 parent 1686333 commit 264b218

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ React D3 Tree is a [React](http://facebook.github.io/react/) component that lets
1616
- [Node shapes](#node-shapes)
1717
- [Styling](#styling)
1818
- [External data sources](#external-data-sources)
19+
- [Recipes](#recipes)
1920

2021

2122
## Demo
@@ -204,3 +205,7 @@ class MyComponent extends React.Component {
204205

205206
For details regarding the `treeUtil` module, please check the module's [API docs](docs/util/util.md).
206207
For examples of each data type that can be parsed with `treeUtil`, please check the [data source examples](docs/examples/data).
208+
209+
210+
## Recipes
211+
* [Auto-centering inside `treeContainer`](https://codesandbox.io/s/vvz51w5n63)

0 commit comments

Comments
 (0)