Components
A fun and engaging loader animation where a tiny hamster runs endlessly inside a spinning wheel, symbolizing active background work or loading progress.
Loading preview...
import { Component } from "@/components/ui/hamster-loader";
export default function DemoOne() {
return <Component />;
}