File Upload
Package: @tesserix/web
Import
import { FileUpload } from '@tesserix/web'Source
- Component:
packages/web/src/components/file-upload/file-upload.tsx - Story:
packages/web/src/components/file-upload/file-upload.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { FileUpload } from '@tesserix/web'
export function DemoFileUpload() {
return <FileUpload />
}