Recipe summary row with a warm chef tile, cook time, kcal, difficulty pill, and a dietary-tag row.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Health13 } from "@/components/beste/piece/health13";
<Health13
recipeName="Miso salmon with greens"
cookTime="25 min"
calories="520 kcal"
difficulty="Easy"
tags={[
"Dinner",
"High-protein",
"Gluten-free"
]}
tone="neutral"
/>