Routes
Props
| Name | Type | Default | Description |
|---|
routes | Route[] | | Array keys of routes to be displayed in the element |
Usage
By CrossingType
<Routes
types={[ CrossingType.Vehicle ]}
showDescription
/>
By Route
<Routes
routes={[
Route.LymingtonYarmouth,
Route.PortsmouthFishbourne,
Route.PortsmouthRyde
]}
/>