zthomas1

Results 3 issues of zthomas1

Similar to the resizable column functionality are there any plans to support resizable rows via the same type of drag handle?

I have a scenario where I have multiple SortableContexts nested inside of a single DndContext. Imagine this setup: dndContext --sortableContext id="1" ----sortableContext id="2" ------sortableContext id="3"/ ----/sortableContext --/sortableContext /dndContext no matter...

My Tour implementation is independent of a react component stack. I would like to 'wait' for a particular element to be in the DOM before rendering that tour step. when...