Draw
Drawing toolbar shell for polygon, line, and annotation tools.
Preview
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-draw"> Draw content </div>
Variants
| Pattern | Effect |
|---|---|
.q2w-draw | Default component shell |
.q2w-draw--compact | Denser layout for small maps |
.q2w-draw--floating | Floating map overlay style |
data-theme="dark" | Uses dark theme tokens automatically |
Sub-elements
| Class | Purpose |
|---|---|
.q2w-draw | Root element for the draw component |
.q2w-draw__head | Optional header/title region |
.q2w-draw__body | Main component content region |
.q2w-draw__actions | Optional action group |