Overlays
Popup window with a few options.
Modal Example
Flyout with Group Example
Overlays HTML Structure
-
section
-
div
- button.overlay
- wckd-overlay-content.[modal, flyout]
-
div
Overlays Options
modal
flyout
flyout-top
Dev Note
- Overlay being inside a .columns container restricts its position relative to the parent container.
Updates
- Sep 20, 2024: Added functionality to disable default navigation behaviour for
a href="#"
tags with the.wckd-overlay
class, treating them like buttons for triggering overlays.