Mood log card with a big emoji for today and a seven-day row of color-keyed tiny face tiles.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Health17 } from "@/components/beste/piece/health17";
<Health17
today="good"
week={[
"okay",
"good",
"great",
"low",
"good",
"good",
"great"
]}
note="4 of 7 days above neutral this week."
label="Mood today"
/>