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
| Parameter | Type |
|---|---|
props | Omit<PitchProps, "orientation"> |
Returns
Element