UNPKG

comindware.core.ui

Version:

Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.

15 lines (11 loc) 282 B
//@flow import template from './templates/loading.hbs'; export default Marionette.View.extend({ templateContext() { return { text: this.options.text }; }, template: Handlebars.compile(template), className: 'l-loader' });