I am currently utilizing the library found at: https://github.com/SortableJS/Sortable
In my project, I have 2 lists where I can drag one element to the other list. However, when I drag the item, it appears as a clone of the icon. My goal is to have a customized element, known as a "Ghost element," displayed while moving the item between the lists.
SortableJS offers a feature called "ghostClass," which allows the addition of a custom class. However, I would like to further customize the ghost element itself. Is there a way to achieve this?