Location Pin

Colored pin paired with city, country, and a monospace coordinate.

IstanbulTürkiye
41.01°N · 28.98°E

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

Import & use
import { Location1 } from "@/components/beste/piece/location1";

<Location1
  city="Istanbul"
  country="Türkiye"
  coordinate="41.01°N · 28.98°E"
  tone="primary"
/>