Glitch Status Indicator

A highly interactive cybernetic core utilizing Framer Motion for magnetic hover physics, states (STABLE, UNSTABLE, CRITICAL) and SVG-based escalating glitch effects.

Component Showcase

Interactive Playground

Adjust sliders and values to preview changes in real-time

initialCoreStateSTABLE

Starting state of the core: STABLE, UNSTABLE, or CRITICAL.

stableColor#7fff5e

Hex color of the core in STABLE state.

unstableColor#ffaa00

Hex color of the core in UNSTABLE state.

criticalColor#ff5c71

Hex color of the core in CRITICAL state.

API Reference (Props)

Component properties and type specifications

PropTypeDefaultDescription
initialCoreStatestring"STABLE"Starting state of the core: STABLE, UNSTABLE, or CRITICAL.
stableColorstring"#7fff5e"Hex color of the core in STABLE state.
unstableColorstring"#ffaa00"Hex color of the core in UNSTABLE state.
criticalColorstring"#ff5c71"Hex color of the core in CRITICAL state.