Wrapped diet chip filter where selected options fill with emerald and inactives stay bordered.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Food9 } from "@/components/beste/piece/food9";
<Food9
heading="Dietary preferences"
filters={[
"Vegetarian",
"Vegan",
"Gluten-free",
"Lactose-free",
"Keto",
"Halal",
"Kosher",
"Nut-free"
]}
active={[
"Vegetarian",
"Gluten-free"
]}
/>Dish nutrition card with a kcal line, stacked macro bar, and three color-keyed grams-per-macro tiles.
Menu row with a warm gradient thumbnail, dish name and price pair, description, and dietary tag chips.
Venue tile with a warm gradient cover, floating cuisine and rating pills, and a neighborhood-ETA row.
Emerald-bordered reservation summary with when/guests/seating/code arranged on a four-cell grid.
Recipe tile with a warm chef tile, time/kcal/servings row, and a two-column ingredients list.
Itemized food order receipt with qty-by-name lines, a subtotal/delivery/tip breakdown, and bold total.