Pitch()
function Pitch(__namedParameters): Element;
Defined in: packages/react/src/Pitch.tsx:48
The root pitch component: owns the coordinate system, is responsive by default (fills its container via ResizeObserver — explicit width/height is the opt-out), and provides the pixel transform to layer-component children via context.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | PitchProps |
Returns
Element