A compact download-progress card with an animated spinner, title, file-size details, and a cancel button.
import SpinnerComponent from "@/components/ui/spinner13"; export default function DownloadProgressSpinnerDemo() { return ( <div className="flex min-h-52 w-full items-center justify-center p-6"> <SpinnerComponent /> </div> ); }