Introduction
Slicksort exports two components for quickly creating sortable lists. These have to be used together, or with the slot shorthand.
SlickListFor wrapping a list of items (API)SlickItemFor wrapping a single item and its content (API)
The functionality of these components are also available as mixins, by using the ContainerMixin and ElementMixin, you can make your own sortable components.