KidCard
KID surface card with rounder radius + KID-specific shadow. Foundational for KID lesson/exercise UIs.
Live preview
Static
No hover/press affordance.
Hoverable
Subtle border shift on hover.
Pressable
3D press affordance (border-b-4 + translate).
Import & files
Import
import { KidCard } from "@/components/Domains/DolKid/ui/KidCard";- Source file
components/Domains/DolKid/ui/KidCard.tsx
Examples
Examples 1
- Requires Playground context
AI context
AI context
Markdown summary safe to paste into Claude / ChatGPT / Cursor — includes name, status, import, props, axes, examples, figma source.
# KidCardDomain: kid · Category: layoutDesign: extension · Code: code-only
## DescriptionKID surface card with rounder radius + KID-specific shadow. Foundational for KID lesson/exercise UIs.
## Import```tsimport { KidCard } from "@/components/Domains/DolKid/ui/KidCard";```Source: `components/Domains/DolKid/ui/KidCard.tsx`
## Examples- **Requires Playground context**Related
Status legend
Status legend
- Stable
- Design + code shipped, full DS parity.
- Partial
- Design ready, some variants/states missing in code.
- Coded
- Implemented in code; design canon may not yet exist.
- Design only / Code only
- One side present; awaiting the other.
Phase 1.X-5.2 detail view — read-only metadata. Code preview + recipe + live demo deferred (need @dol/ui registry integration).