Getting Started
Quick Start
Build a sign-in card in two minutes, composing Wuko's primitives the way they're meant to be composed.
A signed-in card, end to end
Once you've installed each primitive via shadcn add (see Installation), this is the shape of the composition: a Card wrapping an Avatar with identity, an Input for the editable field, and a primary Button to commit the change.
components/profile-card.tsx
Illustrative for now
This sample previews the composition pattern.
Card, Input, Button, and Avatar ship from Phase 5 onward. Install them via shadcn add as they land, and this exact code will run.