implementing-ui-bundle-file-upload

安装量: 1.5K
排名: #5055

安装

npx skills add https://github.com/forcedotcom/sf-skills --skill implementing-ui-bundle-file-upload

File Upload API (workflow) When the user wants file upload functionality in a React UI bundle, follow this workflow. This feature provides APIs only — you must build the UI components yourself using the provided APIs. CRITICAL: This is an API-only package The package exports programmatic APIs , not React components or hooks. You will: Use the upload() function to handle file uploads with progress tracking Build your own custom UI (file input, dropzone, progress bars, etc.) Track upload progress through the onProgress callback Do NOT: Expect pre-built components like — they are not exported Try to import React hooks like useFileUpload — they are not exported Look for dropzone components — they are not exported The source code contains reference components for demonstration, but they are not available as imports. Use them as examples to build your own UI. Show more Installs 1.5K Repository forcedotcom/sf-skills GitHub Stars 560 First Seen May 13, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜