@vaadin/upload
v25.0.1
Published
Web Component for uploading files with drag and drop support
Readme
@vaadin/upload
A web component for uploading files.
<vaadin-upload accept=".pdf">
<span slot="drop-label">Drop your favourite Novels here (PDF files only)</span>
</vaadin-upload>Installation
Install the component:
npm i @vaadin/uploadOnce installed, import the component in your application:
import '@vaadin/upload';Contributing
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
License
Apache License 2.0
Vaadin collects usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
