Flight card with a small plane gliding along the arc between two airports as the dotted trail fills behind it and the landing countdown ticks toward Landed.
The import and the props worth knowing about, in one place.
import { Travel31 } from "@/components/beste/piece/travel31";
<Travel31
flight="BA 117"
from={{
"code": "LHR",
"time": "09:40",
"city": "London"
}}
to={{
"code": "JFK",
"time": "12:50",
"city": "New York"
}}
remainingMinutes={130}
tone="sky"
/>Flight result with airline, price, two airport codes, and a dotted route arc connecting times.
Pre-trip card with a focal day count, a thin progress line toward departure, and a boarding-detail caption.
Visual route card with origin and destination framing an SVG dashed great-circle arc in a selectable tone.
Multi-leg journey card with stacked segment rows and an amber layover strip between them.