Skip to content

Dialog

Basic

BDialog component uses BCard as its base. Bind BDialog with v-model to hide and show dialog/card.

All props & slots available in BCard is available in BDialog.

Icon

Set the icon prop to show an icon on the dialog

Persistent

You can disable closing dialog on click outside via persistent prop.

Programmatic dialog popper

You can use useDialog to open a dialog programmatically.

Not really.