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

Right Surge

dotmatrix/dotm-3x3-13
FreeComponent

A vertical wave pulse sweeps from the right column toward the left, illuminating every row in each band together.

Install it

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

Source

components/ui/dotm-3x3-13.tsxdotmatrix.zzzzshawn.cloud/r/dotm-3x3-13.json
1"use client";
2
3import type { CSSProperties } from "react";
4
5import { createDotm3x3Component } from "@/components/ui/dotmatrix-core";
6import { colWave3NormFromColReverse, wave3PathOpacityFromNorm } from "@/components/ui/dotmatrix-core";
7import type { DotAnimationResolver, DotMatrixCommonProps } from "@/components/ui/dotmatrix-core";
8
9export type Dotm3x3_13Props = DotMatrixCommonProps;
10
11const animationResolver: DotAnimationResolver = ({ isActive, col, reducedMotion, phase }) => {
12 if (!isActive) {
13 return { className: "dmx-inactive" };
14 }
15
16 const path = colWave3NormFromColReverse(col);
17 const style = { "--dmx-path": path } as CSSProperties;
18
19 if (reducedMotion || phase === "idle") {
20 return {
21 style: {
22 ...style,
23 opacity: wave3PathOpacityFromNorm(path)
24 }
25 };
26 }
27
28 return { className: "dmx-path-3", style };
29};
30
31export const Dotm3x3_13 = createDotm3x3Component("Dotm3x3_13", 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
Comet Traildotm-3x3-14@dotmatrixComponentsFreeno deps
Echo Ringsdotm-3x3-15@dotmatrixComponentsFreeno deps
Smiley Spindotm-3x3-16@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