mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
12 lines
232 B
Markdown
12 lines
232 B
Markdown
# Drop Area
|
|
|
|
<DemoContainer>
|
|
<InfoIcon /> Click to choose a file or drag one onto this page
|
|
<DropArea accept="*" />
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<InfoIcon /> Click to choose a file or drag one onto this page
|
|
<DropArea accept="*" />
|
|
```
|