Command Palette

Search for a command to run...

Loaders/Glitch Text Loader

Glitch Text Loader

Text with RGB channel splitting, clip-path distortion, and character scrambling

Open in v0Open in
LOADING

Overview

Cyberpunk-style glitch text loader with RGB channel splitting, clip-path distortion, and random character scrambling. Three intensity levels: subtle, medium, and heavy.

Installation

npx shadcn@latest add @elements/loader-glitch-text

Usage

import { LoaderGlitchText } from "@/components/elements/loader-glitch-text";

export function Loading() {
  return <LoaderGlitchText text="LOADING" intensity="medium" />;
}

Props

PropTypeDefaultDescription
textstring"LOADING"Text to display
intensity"subtle" | "medium" | "heavy""medium"Glitch intensity
classNamestring-Additional CSS classes