Skip to main content

SortableItem

Function SortableItem 

Source
pub fn SortableItem<K: Clone + PartialEq + 'static>(
    _: SortableItemProps<K>,
) -> Element
Expand description

One stable-ID sortable item. Use directly inside a custom group layout, or let SortableGroup create it for every item.

ยงProps

For details, see the props struct definition.