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-1

Halo Drift

dotmatrix/dotm-circular-1
FreeComponent

A circular-masked half-helix that travels diagonally from top-left to bottom-right with a bright strand and soft adjacent trail.

Install it

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

Source

components/ui/dotm-circular-1.tsxdotmatrix.zzzzshawn.cloud/r/dotm-circular-1.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 DotmCircular1Props = DotMatrixCommonProps;
13
14const BASE_OPACITY = 0.08;
15const STRAND_OPACITY = 1;
16const NEAR_STRAND_OPACITY = 0.24;
17const STEP_COUNT = 20;
18const HELIX_LOOP_RADIANS = (Math.PI * 2) / (STEP_COUNT - 1);
19
20export function DotmCircular1({
21 speed = 2.5,
22 animated = true,
23 hoverAnimated = false,
24 ...rest
25}: DotmCircular1Props) {
26 const reducedMotion = usePrefersReducedMotion();
27 const { phase: matrixPhase, onMouseEnter, onMouseLeave } = useDotMatrixPhases({
28 animated: Boolean(animated && !reducedMotion),
29 hoverAnimated: Boolean(hoverAnimated && !reducedMotion),
30 speed
31 });
32 const animPhase = useCyclePhase({
33 active: !reducedMotion && matrixPhase !== "idle",
34 cycleMsBase: 1700,
35 speed
36 });
37
38 const animationResolver = useMemo<DotAnimationResolver>(() => {
39 return ({ row, col, phase }) => {
40 if (!isWithinCircularMask(row, col)) {
41 return { className: "dmx-inactive" };
42 }
43
44 const t = reducedMotion || phase === "idle" ? 0 : animPhase * STEP_COUNT;
45 const diagonalAxis = row + col;
46 const phaseOffset = t * HELIX_LOOP_RADIANS + diagonalAxis * 0.82;
47 const strandPerpendicular = Math.round(2 * Math.sin(phaseOffset));
48 const cellPerpendicular = col - row;
49 const distanceFromStrand = Math.abs(cellPerpendicular - strandPerpendicular);
50
51 if (distanceFromStrand === 0) {
52 return { style: { opacity: STRAND_OPACITY } };
53 }
54
55 if (distanceFromStrand === 1) {
56 return { style: { opacity: NEAR_STRAND_OPACITY } };
57 }
58
59 return { style: { opacity: BASE_OPACITY } };
60 };
61 }, [reducedMotion, animPhase]);
62
63 return (
64 <DotMatrixBase
65 {...rest}
66 size={rest.size ?? 36}
67 dotSize={rest.dotSize ?? 5}
68 speed={speed}
69 pattern="full"
70 animated={animated}
71 phase={matrixPhase}
72 onMouseEnter={onMouseEnter}
73 onMouseLeave={onMouseLeave}
74 reducedMotion={reducedMotion}
75 animationResolver={animationResolver}
76 />
77 );
78}

Facts

Registry
@dotmatrix
Type
registry:ui
Access
Free
Files written
0
Licence
the repository states none
In the index
at or before 2026-08-13
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