github / github/file-attachment-element
How to get this working in React?
Open
- Dominant language
- TypeScript
- Stars
- 134
- Forks
- 25
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 6
Description
Hey,
I followed the installation instructions, and tried the following code:
```
import '@github/file-attachment-element'
const myApp = () => {
return (
)
}
export default myApp;
```
It shows the browser's default file input:

How do I get this to work with React?
Contributor guide
Assessment
This issue has not been assessed yet.