src/components/form/form-upload.tsx'use client'import { useEffect, useRef, useState } from 'react'// ============================================================================// FormUpload Component// ============================================================================export type FormUploadProps = {id?: stringname: stringmultiple?: booleanaccept?: stringrequired?: booleanclassName?: stringmaxFiles?: numberlabel?: string}export function FormUpload({
Showing the first 20 lines.
Get full code