Skip to content

psirenny/d-page-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Derby Page Load

A Derby JS component to indicate page loads.
It can be used to display a progress bar, spinner, etc. while a route waits to be rendered.

Installation

$ npm install d-page-load --save

Usage

Create a view:

<index: element="page-load">
  {{if loading}}
  <i class="spinner"></i> Loading…
  {{/}}

Associate your view with the component:

app.use('page-load', require('d-page-load'));

Use the view:

<Body:>
  <page-load></page-load>

About

A Derby JS component to indicate page loads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published