Components
Loading preview...
Animated Avatars Live Visitor Counter
@hedevelope
npx shadcn@latest add https://21st.dev/r/hedevelope/live-visitorimport LiveVisitorCounter from "@/components/ui/live-visitor";
export default function DemoOne() {
return (
<div className="demo-container">
<LiveVisitorCounter />
</div>
);
}