github / github/file-attachment-element
How to get this working in React?
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 134
- Forks
- 25
- Ø Merge
- 1 T. 15 Std.
- Gemergte PRs (30 T.)
- 6
Beschreibung
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?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.