Skip to main content

Dialog

Компонент модалки, всередину кладеться контент, логіка відкриття прописується ззовні

Dialog

As Component

Component props

PropsRequiredDescriptionDefault
titleNoDialog title.false
visibleYesDialog visible state.false

Component slots

NameDescriptionDefault
DefaultDefault slot without buttons and other features.<template>...</template>
contentSlot with buttons dialog "Save", "Cancel".<template #content></template>
footerSlot for footer.<template #footer></template>

Events

NameOutput
submitHTMLElement
сancelHTMLElement