-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hey,
I followed the installation instructions, and tried the following code:
import '@github/file-attachment-element'
const myApp = () => {
return (
<file-attachment directory>
<input type="file" multiple />
</file-attachment>
)
}
export default myApp;
It shows the browser's default file input:

How do I get this to work with React?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.