Modal
Welcome, help, and onboarding overlays for map users.
Preview
Welcome
Explore Zona Nilai Tanah with q2w-mapcss.
Usage
Use this component inside a qgis2web Leaflet export after loading q2w-mapcss.css. Keep generated map JavaScript unchanged unless your workflow needs custom behavior.
<div class="q2w-modal"> Modal content </div>
Variants
| Pattern | Effect |
|---|---|
.q2w-modal | Default component shell |
.q2w-modal--compact | Denser layout for small maps |
.q2w-modal--floating | Floating map overlay style |
data-theme="dark" | Uses dark theme tokens automatically |
Sub-elements
| Class | Purpose |
|---|---|
.q2w-modal | Root element for the modal component |
.q2w-modal__head | Optional header/title region |
.q2w-modal__body | Main component content region |
.q2w-modal__actions | Optional action group |