Components
Loading preview...
Displays a minimalistic toast in the corner of the UI that shows real-time upload progress for multiple files. Features include file type detection, expandable/collapsible list, progress tracking, success/error states, and the ability to cancel uploads.
@suraj-xd
npx shadcn@latest add https://21st.dev/r/suraj-xd/google-drive-uploader-toast// This is file with demos of your component
// Each export is one usecase for your component
import { Component } from "@/components/ui/google-drive-uploader-toast";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };