MCPcopy
hub / github.com/skatejs/skatejs / withLoading

Function withLoading

site/components/app.js:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14let withLoadingCount = 0;
15const withLoading = loader =>
16 withLoadable({
17 is: name(),
18 loader: loader,
19 loading: html`<x-loading></x-loading>`
20 });
21
22const router = html`
23 <sk-router>

Callers 1

app.jsFile · 0.85

Calls 2

withLoadableFunction · 0.90
nameFunction · 0.90

Tested by

no test coverage detected