Components
Loading preview...
This component is a modern and elegant file upload card built with React and Tailwind CSS. It allows users to drag and drop or click to select an image file. Upon selection, it shows a smooth progress animation for uploading and displays a preview of the uploaded image inside a card-style container.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-upload-inputimport Input_03 from "@/components/ui/ruixen-upload-input";
const DemoOne = () => {
return <Input_03 />;
};
export { DemoOne };