Generates a file upload for the user to restore an acocunt
First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install
to install your element's dependencies, then run polymer serve
to serve your element locally.
$ npm install blox-restore
$ polymer serve
$ polymer test
$ import 'blox-restore';
<blox-restore
accept=".json"
error="{{error}}"
restoreData="{{restoreData}}">
</blox-restore>