react-dnd-treeview icon indicating copy to clipboard operation
react-dnd-treeview copied to clipboard

Add classes do `ul` item to make `li` items grid-like

Open piszczu4 opened this issue 5 months ago • 1 comments

Is it possible to to conditionally add classes to ul element? I want to make leaf elements grid-like like below:

image

It is possible if ul would have display:grid or flex. Can we do that? Even if its possible, can we then drag and drop these items horizontally or it will not work?

piszczu4 avatar Mar 10 '24 20:03 piszczu4