Appearance
ConfirmDialog
A minimal confirmation dialog using ComponentMorph.
Live Demo
Usage
html
<div
data-component="ConfirmDialog"
data-props='{"title":"Delete","message":"Are you sure?","confirmLabel":"OK","cancelLabel":"Cancel"}'
></div>Behavior
- Emits
confirm:okwhen the confirm button is pressed (and clears markup). - Emits
confirm:cancelwhen the cancel button is pressed (and clears markup).