Coordinates Card

Latitude and longitude in tabular monospace, separated by a dashed line from the resolved place name.

Coordinates
40.7580° N
73.9855° W
Times Square, NY

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

Import & use
import { Location4 } from "@/components/beste/piece/location4";

<Location4
  latitude="40.7580° N"
  longitude="73.9855° W"
  place="Times Square, NY"
/>