pub fn SortableItem<K: Clone + PartialEq + 'static>(
_: SortableItemProps<K>,
) -> ElementExpand 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.
id:Kposition:usizeCurrent zero-based position in the group.
attributes:Vec<Attribute>children:Element