Drag & drop files here
or browse to upload
Max 5 files, up to 10MB each
File Upload
FormsDrag and drop file upload
fileuploaddrag-drop
Installation
$
Usage
tsx
import { FileUpload } from "@/components/nonaxial/file-upload"
export default function Example() {
return (
<FileUpload>{/* Your content here */}</FileUpload>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |