Package Exports
- form-progress-viewer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (form-progress-viewer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
<form-progress-viewer>
Installation
Install form-progress-viewer
:
npm i form-progress-viewer --save
Usage
Once installed, import it in your application:
import 'form-progress-viewer';
Add <form-progress-viewer>
element to the page.
<form-progress-viewer></form-progress-viewer>
Running demo
Fork the
form-progress-viewer
repository and clone it locally.Make sure you have npm installed.
When in the
form-progress-viewer
directory, runnpm install
to install dependencies.Run
npm start
to open the demo.