Dialog

Installation

npx @v-moravec/ui add dialog
Code will be added to ~/components/ui/dialog/. You can further customize it there.

Props

NameType
scrollInside
boolean | undefined
modelValue
boolean | undefined

<UiDialog

scroll-inside="

"

></UiDialog>

Slots

NameType
activator
{ open: () => void; }
default
{ close: () => void; }