Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/ephraimduncan/blocks/llms.txt

Use this file to discover all available pages before exploring further.

Installation

npx shadcn@latest add @blocks/file-upload-02

Usage

import FileUpload02 from "@/components/file-upload-02"

export default function Page() {
  return <FileUpload02 />
}

Features

This component includes:
  • Simple form-based file upload
  • File type restrictions (CSV, XLSX, XLS)
  • Workspace name input field
  • Native file input with accept attribute
  • Helper text for allowed file types
  • Form validation with required fields
  • Cancel and submit actions
  • Clean card-based layout