Components
Loading preview...
A reusable React component styled with Tailwind CSS, featuring a dynamic "Scan" text effect with a futuristic scanning animation. The component includes a smooth hover color transition and animated pseudo-elements that create a glowing, moving scan line effect, ideal for loading states or interactive UI elements. Customizable and easy to integrate into any React project.
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/animated-scan-loaderimport Loader from "@/components/ui/animated-scan-loader";
export default function DemoOne() {
return <Loader />;
}