Recipe Card

Recipe summary row with a warm chef tile, cook time, kcal, difficulty pill, and a dietary-tag row.

Miso salmon with greens
25 min·520 kcal
Easy
DinnerHigh-proteinGluten-free

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

Import & use
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"
/>