Skip to content

Commit 093df41

Browse files
committed
Adds "Add/remove nodes dynamically" recipe (#162)
1 parent c0c661c commit 093df41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ React D3 Tree is a [React](http://facebook.github.io/react/) component that lets
2727
- [`nodeLabelComponent`](#nodelabelcomponent)
2828
- [Example](#example-1)
2929
- [Recipes](#recipes)
30+
- [Auto-centering inside `treeContainer`](#auto-centering-inside-treecontainer)
31+
- [Adding & removing nodes dynamically](#adding--removing-nodes-dynamically)
3032

3133

3234
## Demo
@@ -391,4 +393,5 @@ render() {
391393

392394

393395
## Recipes
394-
* [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

Comments
 (0)