Play Spin
dotmatrix/dotm-3x3-21FreeComponent
A pixel play triangle rotates continuously in the 3×3 grid.
Install it
npx shadcn@latest add https://dotmatrix.zzzzshawn.cloud/r/dotm-3x3-21.jsonSource
1"use client";23import { createGlyphSpin3Component } from "@/components/ui/dotmatrix-core";4import type { DotMatrixCommonProps } from "@/components/ui/dotmatrix-core";56export type Dotm3x3_21Props = DotMatrixCommonProps;78/** Play triangle — row-major 0/1 form. */9const PLAY_GLYPH = [1, 0, 0, 1, 1, 0, 1, 0, 0] as const;1011export const Dotm3x3_21 = createGlyphSpin3Component("Dotm3x3_21", PLAY_GLYPH);
More from @dotmatrix
All 91 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| All Dot Matrix Loadersall | @dotmatrix | Components | Free | no deps | |
| Square Spiraldotm-3x3-1 | @dotmatrix | Components | Free | no deps | |
| Frame Chasedotm-3x3-10 | @dotmatrix | Components | Free | no deps | |
| Glyph Pulsedotm-3x3-11 | @dotmatrix | Components | Free | no deps | |
| Drop Rippledotm-3x3-12 | @dotmatrix | Components | Free | no deps | |
| Right Surgedotm-3x3-13 | @dotmatrix | Components | Free | no deps | |
| Comet Traildotm-3x3-14 | @dotmatrix | Components | Free | no deps | |
| Echo Ringsdotm-3x3-15 | @dotmatrix | Components | Free | no deps |
