Setting the file. One moment.
Subchapter 7.36
references/layout-draggable.mdMarkdown895 BView on GitHub
Move, resize, and rotate elements by dragging during presentation.
---
dragPos:
square: Left,Top,Width,Height,Rotate
---
<img v-drag="'square'" src="https://sli.dev/logo.png"><img v-drag="[Left,Top,Width,Height,Rotate]" src="https://sli.dev/logo.png">---
dragPos:
foo: Left,Top,Width,Height,Rotate
---
<v-drag pos="foo" text-3xl>
Draggable content
</v-drag><v-drag-arrow />Set Height to NaN or _ for auto height based on content.