Map Preview

Tiny gridded map panel with a centered tone pin, captioned by a place name and address line.

Times Square
Manhattan, New York

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

Import & use
import { Location2 } from "@/components/beste/piece/location2";

<Location2
  place="Times Square"
  address="Manhattan, New York"
  tone="rose"
/>