Skip to main content

SortableGroup

Function SortableGroup 

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

Provide one stable-ID sortable group and a layout boundary for its SortableItem children.

ยงProps

For details, see the props struct definition.