ApplicationDraggableList
DraggableList
A reorderable list component with drag and drop functionality.
Preview
≡
Draggable Items≡
HextaUI is really amazing!≡
Hello, world!Code
Usage
Props
DraggableList Props
Prop | Type | Default |
---|---|---|
items | DraggableItemProps[] | - |
onChange | (items: DraggableItemProps[]) => void | - |
className | string | - |
DraggableItem Props
Prop | Type | Default |
---|---|---|
id | string | - |
content | Element | - |
Edit on GitHub
Last updated on