Place ETA

Minimal place row showing name, distance, and an ETA pill with an optional travel-mode caption.

Hotel Alma Soho1.8 km away
24 min
On foot · fastest route

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Travel28 } from "@/components/beste/piece/travel28";

<Travel28
  title="Hotel Alma Soho"
  distance="1.8 km away"
  eta="24 min"
  note="On foot · fastest route"
/>