Classes list

Every class Modal recognizes, straight from the @flickui/css source.

ClassPurpose
.modalBase class — required on the <dialog> element
.modal-panelInner flex column, caps max-height and scrolls its content
.modal-header / .modal-title / .modal-closeThe title row and its close button
.modal-bodyScrollable main content area
.modal-footerRight-aligned row for action buttons
.toggle-targetBehavior hook on the trigger — opens the dialog via aria-controls/href
.action-close / .action-cancelCloses the modal with no side effect
.action-confirmFires flick:confirm on the dialog, then closes it
.no-overlay-closeOpt-out — clicking the backdrop no longer closes the modal
.no-close-on-escOpt-out — pressing Escape no longer closes the modal