Cookbook
Short, complete recipes that put the pieces together. Each one is a self-contained component you can drop into an app created with Getting Started.
- Building a Counter — state, key handling and quitting
- A Bouncing Box — animation with
useIntervaland absolute positioning - Forms & Inputs —
<Input>,v-model, submitting and a live progress bar
Looking for something to run? The repository's playground/ is a full multi-page app demonstrating every component, with a focusable sidebar — a great place to read real code.