focus-file-updated

1.0.2 • Public • Published

Focus file

Focus file addon. Uses DropzoneJS.

Usage

In your project, do the following :

npm i -D focus-file-updated@latest

If your running on brunchJs, don't forget to copy the downloaded script to your vendor folder.

Once correctly added, the component will be available on the window as FocusFile.

Example

<FocusFile url='your/url'/>

Advanced usage

The component uses internally a store, fed with all the files dropped in the file upload, whatever the upload status was.

You can access this store with refToYourFocusFileComponent.props.store.

Adding DropzoneJS events

If you want to catch DropzoneJS events, you can access the Dropzone object through refToYourFocusFileComponent.dropzone.

Dependencies

Package Sidebar

Install

npm i focus-file-updated

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

14.9 kB

Total Files

12

Last publish

Collaborators

  • anasamo92