PitchKit
API Reference@pitchkit/reactFunctions

VerticalPitch()

function VerticalPitch(props): Element;

Defined in: packages/react/src/VerticalPitch.tsx:11

<Pitch orientation="vertical">, named to match mplsoccer's VerticalPitch for familiarity. Core has no separate vertical pitch concept (orientation is a Viewport field, not a distinct coordinate system) — this is purely a naming/ergonomics convenience at the component-API layer.

Parameters

ParameterType
propsOmit<PitchProps, "orientation">

Returns

Element

On this page