← Components

Text Scramble

component

Text that decodes from random characters on hover or on mount.

Full-Stack Developer

Installation

Namespace
npx shadcn@latest add @soultel/text-scramble
URL
npx shadcn@latest add https://asafefe.dev/r/text-scramble.json

Usage

usage.tsx
import { TextScramble } from "@/components/text-scramble"

export function Example() {
  return <TextScramble text="Full-Stack Developer" />
}