Classes list
Every class Modal recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.modal | Base class — required on the <dialog> element |
.modal-panel | Inner flex column, caps max-height and scrolls its content |
.modal-header / .modal-title / .modal-close | The title row and its close button |
.modal-body | Scrollable main content area |
.modal-footer | Right-aligned row for action buttons |
.toggle-target | Behavior hook on the trigger — opens the dialog via aria-controls/href |
.action-close / .action-cancel | Closes the modal with no side effect |
.action-confirm | Fires flick:confirm on the dialog, then closes it |
.no-overlay-close | Opt-out — clicking the backdrop no longer closes the modal |
.no-close-on-esc | Opt-out — pressing Escape no longer closes the modal |