UNPKG

simple-circular-progress

Version:

Simple circular progress bar to be use in ionic, Angular and React

18 lines (15 loc) 736 B
import { p as promiseResolve, b as bootstrapLazy } from './index-969fa2e4.js'; /* Stencil Client Patch Browser v2.3.0 | MIT Licensed | https://stenciljs.com */ const patchBrowser = () => { const importMeta = import.meta.url; const opts = {}; if ( importMeta !== '') { opts.resourcesUrl = new URL('.', importMeta).href; } return promiseResolve(opts); }; patchBrowser().then(options => { return bootstrapLazy([["simple-circular-progress",[[1,"simple-circular-progress",{"progressPercentage":[1,"progress-percentage"],"progressColor":[1,"progress-color"],"progressStrokeColor":[1,"progress-stroke-color"],"label":[1],"labelFontSize":[1,"label-font-size"],"hideLabel":[4,"hide-label"]}]]]], options); });