pub fn BoardColumn<T: Clone + PartialEq + 'static>(
_: BoardColumnProps<T>,
) -> ElementExpand description
A column that receives BoardItems. Emits MoveEvent with
to.1 = None (append). For precise within-column positions, nest
BoardSlots between items.
§Props
For details, see the props struct definition.