End-to-end showcase of @pilates/widgets: a four-step wizard that drives <TextInput>, <Select>, and <Spinner> in sequence on top of @pilates/react. Type a name, pick a size, watch the spinner, see the result, exit.
pnpm --filter @pilates-examples/react-wizard devThe <TextInput> (name) and <Select> (size) capture interactive keyboard input — this is the example that exercises useInput end-to-end through real widgets, not just a counter.