I love the Stackable element. I am wondering if it would be possible to give the Stackable List element the ability to be horizontal instead of vertical and allow elements to wrap around?
I am trying to basically create cards in a three across style which wrap around so the order of the cards would be
123
456
678
And I want the ability to drag 7 to where 2 is and push back the index of every other card by 1.
Not possible at the moment I believe, but a good suggestion. The team is currently focusing on revamping elements so we will keep this in mind when we come to the stackable list
You can do this with CSS. The underlying library takes the direction of the layout as the direction of the sortable. I achieved this before with just custom CSS, but it requires some tinkering.