BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/@dotmatrix/dotm-circular-16

Rail Scan

dotmatrix/dotm-circular-16
FreeComponent

A braille rail scanline sweeps row-by-row between left and right cells, with near-column accents and soft trail falloff.

Install it

npx shadcn@latest add https://dotmatrix.zzzzshawn.cloud/r/dotm-circular-16.json

Source

components/ui/dotm-circular-16.tsxdotmatrix.zzzzshawn.cloud/r/dotm-circular-16.json
1"use client";
2
3import { useMemo } from "react";
4
5import { DotMatrixBase } from "@/components/ui/dotmatrix-core";
6import { useDotMatrixPhases } from "@/components/ui/dotmatrix-hooks";
7import { isWithinCircularMask } from "@/components/ui/dotmatrix-core";
8import { useCyclePhase } from "@/components/ui/dotmatrix-hooks";
9import { usePrefersReducedMotion } from "@/components/ui/dotmatrix-hooks";
10import type { DotAnimationResolver, DotMatrixCommonProps } from "@/components/ui/dotmatrix-core";
11
12export type DotmCircular16Props = DotMatrixCommonProps;
13
14const STEP_COUNT = 25;
15const BASE_OPACITY = 0.07;
16const MID_OPACITY = 0.32;
17const HIGH_OPACITY = 0.95;
18
19export function DotmCircular16({
20 speed = 1.1,
21 animated = true,
22 hoverAnimated = false,
23 ...rest
24}: DotmCircular16Props) {
25 const reducedMotion = usePrefersReducedMotion();
26 const { phase: matrixPhase, onMouseEnter, onMouseLeave } = useDotMatrixPhases({
27 animated: Boolean(animated && !reducedMotion),
28 hoverAnimated: Boolean(hoverAnimated && !reducedMotion),
29 speed
30 });
31 const animPhase = useCyclePhase({
32 active: !reducedMotion && matrixPhase !== "idle",
33 cycleMsBase: 1700,
34 speed
35 });
36
37 const resolver = useMemo<DotAnimationResolver>(() => {
38 return ({ row, col, phase }) => {
39 if (!isWithinCircularMask(row, col)) {
40 return { className: "dmx-inactive" };
41 }
42
43 // Discrete steps: animPhase is continuous in [0, 1); fractional `t` breaks row === checks.
44 const t =
45 reducedMotion || phase === "idle" ? 0 : Math.floor(animPhase * STEP_COUNT) % STEP_COUNT;
46 const activeRow = t % 5;
47 const activeBrailleCol = Math.floor((t / 5) * 2) % 2; // left or right cell rail
48 const railCol = activeBrailleCol === 0 ? 1 : 3;
49 const nearCol = activeBrailleCol === 0 ? 2 : 2;
50 const rowDistance = Math.abs(row - activeRow);
51
52 let opacity = BASE_OPACITY;
53 if (col === railCol && rowDistance === 0) {
54 opacity = HIGH_OPACITY;
55 } else if (col === railCol && rowDistance === 1) {
56 opacity = MID_OPACITY;
57 } else if (col === nearCol && rowDistance === 0) {
58 opacity = 0.52;
59 } else if ((col === 1 || col === 3) && rowDistance === 2) {
60 opacity = 0.24;
61 }
62
63 return { style: { opacity } };
64 };
65 }, [reducedMotion, animPhase]);
66
67 return (
68 <DotMatrixBase
69 {...rest}
70 size={rest.size ?? 36}
71 dotSize={rest.dotSize ?? 5}
72 speed={speed}
73 pattern="full"
74 animated={animated}
75// … truncated

Facts

Registry
@dotmatrix
Type
registry:ui
Access
Free
Files written
0
Licence
the repository states none
In the index
at or before 2026-08-08
Last confirmed
yesterday

Go to the source

dotmatrix.zzzzshawn.cloud zzzzshawn/matrix on GitHub Raw registry item This item as JSON

More from @dotmatrix

All 91 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
All Dot Matrix Loadersall@dotmatrixComponentsFreeno deps
Square Spiraldotm-3x3-1@dotmatrixComponentsFreeno deps
Frame Chasedotm-3x3-10@dotmatrixComponentsFreeno deps
Glyph Pulsedotm-3x3-11@dotmatrixComponentsFreeno deps
Drop Rippledotm-3x3-12@dotmatrixComponentsFreeno deps
Right Surgedotm-3x3-13@dotmatrixComponentsFreeno deps
Comet Traildotm-3x3-14@dotmatrixComponentsFreeno deps
Echo Ringsdotm-3x3-15@dotmatrixComponentsFreeno deps

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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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