Adventureland Registry

Animated Cyberpunk Cursor

A GSAP-animated cursor-style label that assembles brackets, diagonal patterns, and a text box into a reveal sequence on mount.

AnimatedCyberpunkCursor composes CyberpunkBracket, CyberpunkPattern, and CyberpunkText into a single self-contained widget that plays a coordinated reveal animation on mount. Left and right bracket-pattern pairs slide into position, the center box expands, and the label scrambles into place — all driven by a GSAP timeline. Drop it anywhere you need a dramatic, futuristic call-to-action indicator.

Installation

npx shadcn@latest add @adv/animated-cyberpunk-cursor

Usage

import AnimatedCyberpunkCursor from '@/components/ui/AnimatedCyberpunkCursor';

<AnimatedCyberpunkCursor label="ENTER" />

Example

ENTER
LOADING

Props

PropTypeDefaultDescription
labelstring"ENTER"The text displayed in the center box and scrambled in during the reveal animation.

On this page