Components
Loading preview...
This project is a responsive React component that displays a list of file downloads with a sleek, modern design. It features an animated background, light/dark modes, and a progress bar for active downloads.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/download-toastimport GridBackground from "@/components/ui/download-toast";
export default function DemoOne() {
return <GridBackground />;
}