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 --saveUsage
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-viewerrepository and clone it locally.Make sure you have npm installed.
When in the
form-progress-viewerdirectory, runnpm installto install dependencies.Run
npm startto open the demo.