Address Card

Plain text address block with an uppercase label, two street lines, city and postal, and a muted country.

Headquarters
123 Atlantic Avenue
Suite 4B
Brooklyn, NY 11201
United States

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

Import & use
import { Location3 } from "@/components/beste/piece/location3";

<Location3
  label="Headquarters"
  line1="123 Atlantic Avenue"
  line2="Suite 4B"
  city="Brooklyn, NY"
  postal="11201"
  country="United States"
/>