Note: This is under development and will not be considered stable before version 1.0.
Swapy is a simple JavaScript tool for converting any layout you have to drag-to-swap layout.
The Swapy block defines your swappable layout. Inside it, you place how many slots (SwapySlot) you want. Each slot can have only one SwapyItem - this is the container that will be dragged.By default, items are draggable from any spot. You can specify a handle by adding the SwapyHandle block inside a SwapyItem.
You can customize the slot you are currently selecting by styling `[data-swapy-highlighted]` in your CSS.
This component is OutSystems wrapper for https://github.com/TahaSh/swapy.