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-3x3-6

Core Echo

dotmatrix/dotm-3x3-6
FreeComponent

Manhattan rings ripple outward from the center cell, expanding through the 3×3 grid in even steps.

Install it

npx shadcn@latest add https://dotmatrix.zzzzshawn.cloud/r/dotm-3x3-6.json

Source

components/ui/dotm-3x3-6.tsxdotmatrix.zzzzshawn.cloud/r/dotm-3x3-6.json
1"use client";
2
3import type { CSSProperties } from "react";
4
5import { createDotm3x3Component } from "@/components/ui/dotmatrix-core";
6import type { DotAnimationResolver, DotMatrixCommonProps } from "@/components/ui/dotmatrix-core";
7
8export type Dotm3x3_6Props = DotMatrixCommonProps;
9
10const animationResolver: DotAnimationResolver = ({
11 isActive,
12 manhattanDistance,
13 reducedMotion,
14 phase
15}) => {
16 if (!isActive) {
17 return { className: "dmx-inactive" };
18 }
19
20 const ring = Math.max(0, Math.min(2, manhattanDistance));
21 const style = { "--dmx-center-ripple-ring": ring } as CSSProperties;
22
23 if (reducedMotion || phase === "idle") {
24 return {
25 style: {
26 ...style,
27 opacity: 0.06 + (1 - ring / 2) * 0.82
28 }
29 };
30 }
31
32 return { className: "dmx-center-ripple-3", style };
33};
34
35export const Dotm3x3_6 = createDotm3x3Component("Dotm3x3_6", animationResolver, 1.75);

Facts

Registry
@dotmatrix
Type
registry:ui
Access
Free
Files written
0
Licence
the repository states none
First indexed
2026-08-03
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
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex