File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,13 @@ export default Toggler;
164
164
165
165
## Example
166
166
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
168
174
169
175
# API
170
176
@@ -196,11 +202,11 @@ onWillSelectNode | Function(node: Node) | | Callback invoked before selecting or
196
202
197
203
### Tree Methods
198
204
199
- https://github.com/cheton/react- infinite-tree/wiki/Functions:-Tree
205
+ https://github.com/cheton/infinite-tree/wiki/Functions:-Tree
200
206
201
207
### Node Methods
202
208
203
- https://github.com/cheton/react- infinite-tree/wiki/Functions:-Node
209
+ https://github.com/cheton/infinite-tree/wiki/Functions:-Node
204
210
205
211
## License
206
212
You can’t perform that action at this time.
0 commit comments