@page `file-droplet` component for CanJS


[![NPM](https://nodei.co/npm/file-droplet.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/file-droplet/)

## Installation
```
npm install file-droplet --save
```

You can use any of the builds in the dist folder to meet your project needs.

Using CanJS's built-in support for StealJS, you can now import the module directly inside your templates.  For example:
```html
<can-import from="file-droplet"/>

<file-droplet></file-droplet>
```

## Usage


## API


## Contributing
Pull requests are welcome.

## Author

- [Marshall Thompson](https://github.com/marshallswain)

[![Built with StealJS](./dist/build-with-stealjs.jpg)](http://StealJS.com)

