socketsupply / socket

A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
https://socketsupply.co/guides
Other
1.6k stars 75 forks source link

Drag regions #948

Closed heapwolf closed 6 months ago

heapwolf commented 6 months ago

Adding the movable attribute to an element will allow the user to move the window by dragging it. for example...

<header movable>
  <!-- other arbitrary markup -->
</header>