KQ-149 · EXPLODE/VIEW
Explode View
A stacked assembly that separates on command — toggle it and the parts fan apart along an isometric axis in a staggered cascade, a leader line running from each part to its label; toggle back and they nest into one solid again.
KQ-149 · EXPLODE/VIEW
ASSEMBLY · 05 PARTS
KQ-149
BASE PLATE
Milled aluminum - mounting bores at each corner.
GASKET
Nitrile seal - rated to 180 degrees C.
ROTOR
Balanced to G1.0 - keyed to the drive shaft.
HOUSING
Die-cast shell - vents the rotor chamber.
CAP
Snap-fit lid - torque spec 4 N·m.
VIEW · ASSEMBLED
VIEW · ASSEMBLED
Toggle to separate the stack - leaders name each part.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/explode-view
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| parts | Part[] | — | Assembly parts, ordered bottom to top. |
| exploded / defaultExploded | boolean | — | Controlled or initial exploded state. |
| onToggle | (exploded) => void | — | Fires the new state when the assembly is toggled. |
| height | number | 300 | Stage height in px. |