Components
Playful hover-activated text component that reveals contextual emojis and subtle scramble animations on selected words.
Loading preview...
import EmojiHyperText from "@/components/ui/emoji-hyper-text";
export default function DemoOne() {
return <EmojiHyperText />;
}