Components
12 mundane objects brought to life as tiny living scenes. A coffee cup with drifting steam wisps, a candle with a randomly flickering multi-layered flame, an hourglass that flips and streams sand, a compass needle that wobbles before finding north, a pencil that scribbles a line, a lightbulb that flickers then glows with rays, music notes floating upward, a magnet pulling in particles from both poles, a plant that grows leaves from a pot, a potion flask with bubbles rising through liquid, a metronome swinging with spring physics, and a telescope scanning the sky with a twinkling lens flare. Import individually.
npx shadcn@latest add https://21st.dev/r/dev.yadhakim/animated-everyday-iconsLoading preview...
import { Component } from "@/components/ui/animated-everyday-icons";
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background">
<Component />
</div>
);
}