Components
This is the download animation which is beautifully crafted you can use directly.
npx shadcn@latest add https://21st.dev/r/n38693842/download-animationLoading preview...
import { DownloadButton } from "@/components/ui/download-animation";
export default function DemoOne() {
return <DownloadButton />;
}