KQ-118 · FLYOVER/MAP
Flyover Map
A scroll region with its own tilted minimap — districts sized to their sections, a live viewport indicator riding the scroll, and a click that flies the view to any district on the glide spring.
KQ-118 · FLYOVER/MAP
Site Survey · 4 SectorsKQ-118
Sector · OVERVIEW
Click a district on the map - the survey flies to it.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/flyover-map
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| sections | { id, label, content }[] | — | Three to six sections stacked in the scroll region. |
| onArrive | (id) => void | — | Fires when a flight lands or scrolling settles in a new section. |
| height | number | 320 | Viewport height in px. |