Skip to content

Generates a file upload for the user to restore an acocunt

License

Notifications You must be signed in to change notification settings

EOSBlox/blox-restore

Repository files navigation

<blox-restore>

Generates a file upload for the user to restore an acocunt

Install the Polymer-CLI

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.

Install blox-restore

$ npm install blox-restore

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Import

$ import 'blox-restore';

Basic Use

<blox-restore
    accept=".json"
    error="{{error}}"
    restoreData="{{restoreData}}">
</blox-restore>

About

Generates a file upload for the user to restore an acocunt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published