Components
WPopup
Stories
Props
| Prop | Default | Type |
|---|---|---|
unstyle | boolean | undefined | |
to | '#root' | string | undefined |
modelValue | boolean | undefined | |
rootProps | Record<string, any> | undefined | |
contentProps | Record<string, any> | undefined | |
title | string | undefined | |
backdropClass | string | undefined | |
description | string | undefined |
Events
| Event | Type |
|---|---|
update:modelValue | [value: boolean | undefined] |
Slots
| Slot | Type |
|---|---|
button | {} |
backdrop | { class: string; } |
popup | {} |
title | {} |
description | {} |
extra | {} |
close | {} |