UNPKG

comindware.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.

8 lines (6 loc) 259 B
import ReferenceListItemView from './ReferenceListItemView'; import template from '../templates/userReferenceListItem.hbs'; import { Handlebars } from 'lib'; export default ReferenceListItemView.extend({ template: Handlebars.compile(template) });