UNPKG

d-md-components

Version:

A pack of components for Derby according to Google's Material Design based upon mdl (getmdl.io).

13 lines (9 loc) 214 B
var Spinner = require('./../index'); /** * Shows the spinner. */ Spinner.prototype.show = Spinner.prototype._show; /** * Hides the spinner. */ Spinner.prototype.hide = Spinner.prototype._hide;