How to use this kit
This kit does not replace the official Design System (Storybook). It's the prototype-flavored mirror: same tokens, same components visually, but focused on mockup speed.
For designers and PMs
When you need to build a prototype of a flow — a new risk form, a reports view, a confirmation modal — copy the components from here. Each one ships with code ready to paste into your local prototype (or hand to Claude to assemble).
For devs
Copying a component
On any component page you'll see examples with a Copy button at the top right of the code block. Paste into your project assuming you already have shadcn base installed (cn() utility, Tailwind, and radix primitives).
<Button>Continue</Button>
<Button variant="outline">Cancel</Button>Contributing new components
When creating a Yuno-specific component on top of shadcn (e.g. currency selector, transaction card), add it under src/components/ui/ and document it with the same format: Anatomy → When to use → Do/Don't → Examples.