Components
A sleek, animated scroll indicator featuring a mouse with a pulsing trackball and "SCROLL" text that changes color. Perfect for landing pages, single-page applications, or any website that needs to direct users to scroll for more content.
Loading preview...
import { Component } from "@/components/ui/animated-scroll-indicator";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };