Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/editor-drag-handle.md
1# EditorDragHandle23A draggable handle for reordering and selecting blocks in the editor.45## Key Props67- `icon`: to customize the drag handle icon.8- `options`: to customize the positioning behavior using [Floating UI options](https://floating-ui.910## Usage1112```vue13<UEditorDragHandle14<!-- props here -->15/>16```17