BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ns-ui/checkbox-domino-run
This component no longer exists. It was in ns-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-07 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

Checkbox Domino Run

ns-ui/checkbox-domino-run
RemovedComponent

Select-all where the change propagates like a domino run: flip the master and a wavefront tips down the list, each row's checkbox flipping and shoving the next — click any row mid-run to halt the wave there, leaving the rest untouched.

Live preview

live · rendered by the registry
Rendered by ns-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://design.helpmarq.com/r/checkbox-domino-run.json

Source

registry/core/checkbox-domino-run/component.tsxdesign.helpmarq.com/r/checkbox-domino-run.json · first 6 KB
1"use client";
2
3import {
4 useCallback,
5 useEffect,
6 useId,
7 useRef,
8 useState,
9 type ChangeEvent,
10} from "react";
11
12// ---------------------------------------------------------------------------
13// ToppleRun — a select-all whose propagation is the interaction model, not a
14// cosmetic stagger. Flipping the master checkbox releases a wavefront that
15// travels down the list at a fixed rate (14 rows/sec): as the front reaches
16// row i, that row's own checkbox commits its new state under a 120ms
17// spring-eased transition and the row takes a transient translateY(2px)
18// lean toward row i+1 — read as the wave shoving the next domino — handed
19// off with a short overlap so consecutive leans read as continuous contact.
20// A thin tick travels the list's left edge marking the front's live
21// position. Every row commits its state the instant the front passes it, so
22// there is nothing to roll back: stopping the run just stops future rows
23// from being touched.
24//
25// INTERRUPTION: the run is spatially interruptible, not just cancelable —
26// activating ANY row (pointer or keyboard, since every row stays a fully
27// operable checkbox for the run's entire duration) halts the wave
28// immediately. Rows the front already passed keep their committed state;
29// rows beyond the front are simply untouched, standing exactly as they
30// were. Escape halts it too. This is the "all except a few" recovery path:
31// watch the run, stop it where you want, no undo needed because nothing
32// past that point was ever touched.
33//
34// A11Y: the master is a real input[type=checkbox] with aria-controls
35// pointing at the row list's id; a polite live region announces once at
36// the start ("Enabling all…") and once at the end or halt ("Enabled 34 of
37// 40, stopped at row 35."). Every row is a real checkbox with its own
38// native label association — nothing here is conveyed only by animation.
39//
40// REDUCED MOTION: there is no wave to catch, so interruption is replaced by
41// a straightforward safety net — the master flips every row in a single
42// frame and a 5s Undo affordance appears, reverting the whole batch if
43// pressed in time.
44//
45// TOKENS: --foreground for ink (checkbox fill, the traveling tick),
46// --border for hairlines, --muted for secondary text, --accent for the
47// focus ring only. Pure DOM/CSS, no canvas.
48// ---------------------------------------------------------------------------
49
50const ROWS_PER_SEC = 14;
51// … truncated

Files it writes

  • registry/core/checkbox-domino-run/component.tsx

Facts

Registry
ns-ui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-02
Last confirmed
12 days ago

Go to the source

Docs on ns-ui design.helpmarq.com nikolas-sapa/ns-ui on GitHub Raw registry item This item as JSON

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex