Skip to main content

SortableCollection

Function SortableCollection 

Source
pub fn SortableCollection<K: Clone + Eq + Hash + 'static>(
    _: SortableCollectionProps<K>,
) -> Element
Expand description

Render a complete stable-ID collection with one item wrapper per id. Use SortableGroup and SortableItem directly for custom layouts.

ยงProps

For details, see the props struct definition.