File tree 4 files changed +3
-1
lines changed
packages/core/src/stories
4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ export const MultipleTrees2 = () => (
278
278
backgroundColor : '#fff' ,
279
279
color : '#000' ,
280
280
borderRadius : '12px' ,
281
+ paddingRight : '6px' ,
281
282
} }
282
283
>
283
284
< Tree treeId = "tree-1" rootItem = "root" treeLabel = "Tree 1" />
@@ -289,6 +290,7 @@ export const MultipleTrees2 = () => (
289
290
backgroundColor : '#222' ,
290
291
color : '#e3e3e3' ,
291
292
borderRadius : '12px' ,
293
+ paddingRight : '6px' ,
292
294
} }
293
295
>
294
296
< Tree treeId = "tree-2" rootItem = "root" treeLabel = "Tree 2" />
Original file line number Diff line number Diff line change 5
5
[ ![ ] ( https://badgen.net/bundlephobia/dependency-count/react-complex-tree )] ( https://bundlephobia.com/package/react-complex-tree )
6
6
[ ![ ] ( https://badgen.net/bundlephobia/minzip/react-complex-tree )] ( https://bundlephobia.com/package/react-complex-tree )
7
7
8
- ![ Demo for React Complex Tree] ( http://i.imgur.com/KQ90KEs .gif)
8
+ ![ Demo for React Complex Tree] ( ./demo .gif)
9
9
10
10
> An Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
11
11
You can’t perform that action at this time.
0 commit comments