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 c0c661c commit 093df41Copy full SHA for 093df41
README.md
@@ -27,6 +27,8 @@ React D3 Tree is a [React](http://facebook.github.io/react/) component that lets
27
- [`nodeLabelComponent`](#nodelabelcomponent)
28
- [Example](#example-1)
29
- [Recipes](#recipes)
30
+ - [Auto-centering inside `treeContainer`](#auto-centering-inside-treecontainer)
31
+ - [Adding & removing nodes dynamically](#adding--removing-nodes-dynamically)
32
33
34
## Demo
@@ -391,4 +393,5 @@ render() {
391
393
392
394
395
## Recipes
-* [Auto-centering inside `treeContainer`](https://codesandbox.io/s/vvz51w5n63)
396
+#### [Auto-centering inside `treeContainer`](https://codesandbox.io/s/vvz51w5n63)
397
+#### [Adding & removing nodes dynamically](https://codesandbox.io/s/jz1v7o2ryy)
0 commit comments