Components
Loading preview...
ChatGPT said: This Advanced Image Upload & Crop component is a highly interactive and user-friendly tool built entirely with Shadcn UI components. It allows users to upload multiple images either by clicking a button or using the drag-and-drop area, making it versatile for different workflows. Each uploaded image is displayed as a preview in a responsive grid, with options to crop or remove the image.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/advanced-image-uploaderimport AdvancedImageUploader from "@/components/ui/advanced-image-uploader";
export default function DemoOne() {
return <AdvancedImageUploader />;
}