Vibe UI
Initializing Vibe UI System...

Hyper Text

A beautiful text scramble animation component that creates a scrambling matrix-like effect on page load or on hover.

Preview

HYPERTEXT

Installation

pnpm dlx vibe-ui-kit@latest add hyper-text

Variations

Trigger Scramble on Hover

Animate the text scramble sequence each time the user hovers over the element.

HOVER ME

Terminal Mockup

vibe-terminal - sh
$npm run decrypt-core
TASK LOG #2847
INITIALIZING DECRYPTION ALGORITHM...
SECURITY AUDIT
ESTABLISHING ENCRYPTED GATEWAY TO HOST...
ACCESS STATUS
CORE DATA ACCESS GRANTED

Usage

import { HyperText } from "@/components/ui/hyper-text"
<HyperText>HYPER TEXT</HyperText>

Props

PropTypeDefaultDescription
childrenstring""The text string to scramble and decode
durationnumber800Duration of the scramble decoding effect in milliseconds
animateOnHoverbooleantrueTriggers the scramble animation when hovering over the component
classNamestring?""Additional classes for the container

This HyperText component creates a cybernetic matrix scramble decoding effect on hover or mount.

Contributors

JS
Jenish Sabhadiya

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Hyper Text | Vibe UI