Text Scramble
componentText that decodes from random characters on hover or on mount.
Full-Stack Developer
Installation
Namespace
npx shadcn@latest add @soultel/text-scrambleURL
npx shadcn@latest add https://asafefe.dev/r/text-scramble.jsonUsage
import { TextScramble } from "@/components/text-scramble"
export function Example() {
return <TextScramble text="Full-Stack Developer" />
}