Components

WPopup

Stories

Open in Storybook

Props

Prop Default Type
unstyleboolean | undefined
to'#root'string | undefined
modelValueboolean | undefined
rootPropsRecord<string, any> | undefined
contentPropsRecord<string, any> | undefined
titlestring | undefined
backdropClassstring | undefined
descriptionstring | undefined

Events

Event Type
update:modelValue[value: boolean | undefined]

Slots

Slot Type
button{}
backdrop{ class: string; }
popup{}
title{}
description{}
extra{}
close{}