File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
packages/core/src/stories Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ export const MultipleTrees2 = () => (
278278 backgroundColor : '#fff' ,
279279 color : '#000' ,
280280 borderRadius : '12px' ,
281+ paddingRight : '6px' ,
281282 } }
282283 >
283284 < Tree treeId = "tree-1" rootItem = "root" treeLabel = "Tree 1" />
@@ -289,6 +290,7 @@ export const MultipleTrees2 = () => (
289290 backgroundColor : '#222' ,
290291 color : '#e3e3e3' ,
291292 borderRadius : '12px' ,
293+ paddingRight : '6px' ,
292294 } }
293295 >
294296 < Tree treeId = "tree-2" rootItem = "root" treeLabel = "Tree 2" />
Original file line number Diff line number Diff line change 55[ ![ ] ( https://badgen.net/bundlephobia/dependency-count/react-complex-tree )] ( https://bundlephobia.com/package/react-complex-tree )
66[ ![ ] ( https://badgen.net/bundlephobia/minzip/react-complex-tree )] ( https://bundlephobia.com/package/react-complex-tree )
77
8- ![ Demo for React Complex Tree] ( http://i.imgur.com/KQ90KEs .gif)
8+ ![ Demo for React Complex Tree] ( ./demo .gif)
99
1010> An Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
1111
You can’t perform that action at this time.
0 commit comments