Skip to content

Commit 44fdfd1

Browse files
authored
Update README.md
1 parent 74960f5 commit 44fdfd1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,13 @@ export default Toggler;
164164

165165
## Example
166166

167-
See https://github.com/cheton/react-infinite-tree/blob/master/examples/Tree.jsx for a complete example.
167+
https://github.com/cheton/react-infinite-tree/blob/master/examples/Tree.jsx
168+
169+
#### TreeNode
170+
https://github.com/cheton/react-infinite-tree/blob/master/examples/components/TreeNode.jsx
171+
172+
#### Toggler
173+
https://github.com/cheton/react-infinite-tree/blob/master/examples/components/Toggler.jsx
168174

169175
# API
170176

@@ -196,11 +202,11 @@ onWillSelectNode | Function(node: Node) | | Callback invoked before selecting or
196202

197203
### Tree Methods
198204

199-
https://github.com/cheton/react-infinite-tree/wiki/Functions:-Tree
205+
https://github.com/cheton/infinite-tree/wiki/Functions:-Tree
200206

201207
### Node Methods
202208

203-
https://github.com/cheton/react-infinite-tree/wiki/Functions:-Node
209+
https://github.com/cheton/infinite-tree/wiki/Functions:-Node
204210

205211
## License
206212

0 commit comments

Comments
 (0)