Shell
DragHandle
Grip-dot indicator for resize / reorder targets. Pure presentational — wire up the drag/resize behavior at the parent.
Examples
Vertical + horizontal
<DragHandle />
<DragHandle orientation="horizontal" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'vertical' | 'horizontal' | 'vertical' | Dot grid direction. |
Install
CLI
npx @a3tai/mittsu add drag-handle