- Notifications
You must be signed in to change notification settings - Fork19
Attach files via drag and drop or file input.
License
NotificationsYou must be signed in to change notification settings
github/file-attachment-element
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Attach files via drag and drop or file input.
$ npm install @github/file-attachment-element
import'@github/file-attachment-element'
<file-attachmentdirectory><inputtype="file"multiple/></file-attachment>
file-attachment[directory]
enables traversing directories.file-attachment[input]
points to the ID of a file input inside of<file-attachment>
. If supplied, only files selected from the corresponding<input>
will be attached to<file-attachment>
.
A boolean[hover]
attribute is present on<file-attachment>
while files are dragged over the element.
file-attachment[hover] {border:2px dashed grey; }
file-attachment-accept
– Files were dropped onto the element. Callevent.preventDefault()
to prevent the drop. Bubbles.file-attachment-accepted
– Files were added to the attachment list and can be uploaded by the host app. Bubbles.
Browsers without nativecustom element support require apolyfill.
- Chrome
- Firefox
- Safari
- Microsoft Edge
npm installnpm test
Distributed under the MIT license. See LICENSE for details.
About
Attach files via drag and drop or file input.
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.