<ActionBar.DragHandle>
Render a drag handle in the <ActionBar>. Used by the actionBar override when dnd.enableDragHandle is enabled.
<ActionBar>
<ActionBar.Group>
<ActionBar.DragHandle label="Drag to reorder" />
</ActionBar.Group>
</ActionBar>Interactive Demo
Props
| Prop | Example | Type | Status |
|---|---|---|---|
label | "Drag to reorder" | String | - |
disabled | true | Boolean | - |
ref | dragHandleRef | Ref | - |
Optional Props
label
An accessible label for the handle. Defaults to the action-drag dictionary token when rendered by Puck.
disabled
Prevent the handle from initiating a drag.
ref
A ref passed to the underlying button. Pass the override’s dragHandleRef when using it within the actionBar override.