BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/motiq/event-propagation-matrix

Event Propagation Matrix

motiq/event-propagation-matrix
FreeComponent

A temporal background where application events propagate through a structured cell matrix (rows = regions/streams, cols = time/lanes) — origin cells light, then neighbors along the grid, so waves step cell-to-cell rather than as free-space circles. Overlaps are damped, failed propagation halts with a non-color glyph, acknowledged events dim, and old events settle into a quiet history layer. SVG + CSS only. Deterministic (SSR-safe), light/dark, reduced-motion shows current relationships statically, forced-colors-safe, offscreen-paused.

Live preview

live · rendered by the registry
Rendered by motiq on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.motiq.dev/r/event-propagation-matrix.json

Source

registry/backgrounds/event-propagation-matrix.tsxwww.motiq.dev/r/event-propagation-matrix.json · first 6 KB
1"use client";
2
3import * as React from "react";
4
5import { cn } from "@/lib/utils";
6import {
7 useReducedMotion,
8 useVisibilityPause,
9 resolveComposition,
10 compositionScrimStyle,
11 contentFalloff,
12 labelHiddenAt,
13 type ContentPlacement,
14} from "@/lib/motiq";
15
16/* -------------------------------------------------------------------------- */
17/* Types */
18/* -------------------------------------------------------------------------- */
19
20/** A cell address in the matrix: `row` = region/stream, `col` = time/lane. */
21export interface MatrixCell {
22 row: number;
23 col: number;
24}
25
26export type EventSeverity = "info" | "warning" | "critical" | number;
27
28/** Which way an event propagates through the grid from its origin cell. */
29export type PropagationDirection = "forward" | "out" | "down";
30
31export interface EventData {
32 /** Stable id (used for deterministic fallback placement). */
33 id: string;
34 /** Origin cell. If omitted, derived deterministically from `id` + seed. */
35 origin?: MatrixCell;
36 /** Alternative origin as a region row index — placed at a stable column. */
37 originId?: number;
38 /** Free-form category label — biases hue toward the secondary accent. */
39 category?: string;
40 /** Severity — drives reach + color (never color alone; see glyph/weight). */
41 severity?: EventSeverity;
42 /** Propagation shape along the matrix. Default "out". */
43 direction?: PropagationDirection;
44 /** Region rows (row indices) this event also reaches. */
45 affectedRegions?: number[];
46 /** Acknowledged events dim and carry a check glyph. */
47 acknowledged?: boolean;
48 /** Failed propagation halts early and is marked with a × glyph. */
49 failed?: boolean;
50 /** Old/settled events render quietly in the history band (no propagation). */
51 history?: boolean;
52}
53
54export interface MatrixRect {
55 /** 0–1 left edge of the readable safe area. */
56 x: number;
57 /** 0–1 top edge of the readable safe area. */
58 y: number;
59 /** 0–1 width of the readable safe area. */
60 w: number;
61 /** 0–1 height of the readable safe area. */
62 h: number;
63}
64
65export interface EventPropagationMatrixProps
66 extends React.HTMLAttributes<HTMLDivElement> {
67 /** Application-defined events. Omit to render a deterministic default set. */
68 events?: EventData[];
69 /** Matrix rows (regions/streams). */
70 rows?: number;
71 /** Matrix columns (time/lanes). */
72 cols?: number;
73 /**
74// … truncated

What it pulls in

Other registry items

  • https://motiq.dev/r/utils.json
  • https://motiq.dev/r/primitives.json

Files it writes

  • registry/backgrounds/event-propagation-matrix.tsx

Facts

Registry
motiq
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

Docs on motiq www.motiq.dev RMahammad/motiq on GitHub Raw registry item This item as JSON

More from motiq

All 100 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Activity Streamactivity-streammotiqComponentsFree1 dep
Adaptive Safe-Zone Gridadaptive-safe-zone-gridmotiqComponentsFreeno deps
Agent Run Timelineagent-run-timelinemotiqComponentsFree1 dep
AI Response Streamai-response-streammotiqComponentsFree1 dep
Animated Accordionanimated-accordionmotiqComponentsFree2 deps
Animated Buttonanimated-buttonmotiqComponentsFree1 dep
Animated Dialoganimated-dialogmotiqComponentsFree2 deps
Animated Gridanimated-gridmotiqComponentsFree2 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

ToolDrift

What the AI coding tools changed last night

tooldrift.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 ToolDrift

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 ToolDrift

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 ToolDrift

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