#2605: FileHeader.tsx
projectforge-webapp/src/components/base/dynamicLayout/components/upload/FileHeader.tsx TypeScript React Component, projectforge-webapp/src/components/base/dynamicLayout/components/upload/FileHeader.tsx 12 lines · 7 code · 3 comments · 2 blank
Minimal presentational component that displays a file's name as <div>{file.name}</div>. Part of the multi-file upload UI. Exports FileHeaderProps interface with a single file: File prop. Used by SingleFileUploadWithProgress and UploadError. Based on bmvantunes' YouTube tutorial.
Git History
d818f1a28 WIP: multi upload
377b3e3ac Initial version