Pass-level list where a highlighted tier picks up a primary ring and sold-out rows dim with a note.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Event7 } from "@/components/beste/piece/event7";
<Event7
heading="Conference passes"
tiers={[
{
"name": "Student",
"price": "$89",
"remaining": 42
},
{
"name": "Early bird",
"price": "$249",
"highlighted": true,
"remaining": 18
},
{
"name": "Standard",
"price": "$399",
"remaining": 124
},
{
"name": "VIP",
"price": "$1,200",
"soldOut": true
}
]}
/>