We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1686333 commit 264b218Copy full SHA for 264b218
README.md
@@ -16,6 +16,7 @@ React D3 Tree is a [React](http://facebook.github.io/react/) component that lets
16
- [Node shapes](#node-shapes)
17
- [Styling](#styling)
18
- [External data sources](#external-data-sources)
19
+- [Recipes](#recipes)
20
21
22
## Demo
@@ -204,3 +205,7 @@ class MyComponent extends React.Component {
204
205
206
For details regarding the `treeUtil` module, please check the module's [API docs](docs/util/util.md).
207
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