OPEN-UI

Matrix Code

A matrix code component with glitch effect and optional vignette effect.

Install

Use Open-UI CLI or Shadcn CLI to install the component.

Open-UI CLI

Shadcn CLI

Usage

PropDefaultDescriptionType
glitchColors["#2b4539", "#61dca3", "#61b3dc"]Hex color array for the glitch characters (e.g. green/cyan palette).string[]
glitchSpeed50Interval in ms between character/color updates; lower is faster.number
centerVignettefalseWhether to apply a dark vignette overlay in the center.boolean
outerVignettetrueWhether to apply a dark vignette overlay at the edges.boolean
smoothtrueWhether to smoothly interpolate color changes; false for instant switches.boolean
classNameAdditional CSS class for the container.string

Related Components