nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

Home Page:https://ui.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Draggable Modal

clopezpro opened this issue · comments

Description

I would like to have a "draggable" prop that makes the modal window draggable in order to be able to visualize what is behind the modal, sometimes we edit data from a table through a modal window, it would be good to see the content that is there behind the modal dragging it

Additional context

image

This is out of the scope of @nuxt/ui in my opinion, you might want to take a look at https://vueuse.org/core/useDraggable/ to achieve what you want.

This is out of the scope of @nuxt/ui in my opinion, you might want to take a look at https://vueuse.org/core/useDraggable/ to achieve what you want.

Thanks I'll use the example of #825 (comment)