Skip to content

Modal Component

Andrew Lemons edited this page Jul 12, 2022 · 1 revision

Props

Name Type Default Desc.
modalValue boolean required The current state of the modal.
closable boolean true Determines if the modal will be closable.

Slots

Name Desc.
default Modal content. Only used when one of header, body, or footer slots are not set.
header Modal header content.
body Modal body content.
footer Modal footer content.
Clone this wiki locally