GodUIGodUI
109Follow on X
Encrypted.

Text Scramble

tsx
import { TextScramble } from "@/components/godui/text-scramble";export function Decode() {return <TextScramble text="Decrypting…" trigger="in-view" charset="symbols" className="font-mono text-4xl font-semibold" />;}