Components
12 expressive animated emoji faces — each with unique continuous micro-expressions. Happy bounces with blinking eyes, Sad drops a tear, Love pulses heart eyes, Sleepy floats Zzz's, Angry shakes with gritted teeth, Surprised raises brows, Winking peeks a tongue, Thinking looks up with thought bubbles, Laughing shakes with a tear of joy, Cool slides a glint across sunglasses, Dizzy spins spiral eyes, Star Struck sparkles with rotating stars. All faces share a reusable blink system. Import individually.
npx shadcn@latest add https://21st.dev/r/dev.yadhakim/animated-emoji-iconsLoading preview...
import { Component } from "@/components/ui/animated-emoji-icons";
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background">
<Component />
</div>
);
}