Place Rating

Place name with star rating, review count, and category, finished by an open or closed status pill and hours.

Joe's Coffee
4.7(1.2k)Café
OpenCloses 9:00 PM

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

Import & use
import { Location6 } from "@/components/beste/piece/location6";

<Location6
  name="Joe's Coffee"
  category="Café"
  rating={4.7}
  reviewCount="1.2k"
  status="open"
  hours="Closes 9:00 PM"
/>