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.

10 lines (8 loc) 209 B
import SearchBarView from '../../../views/SearchBarView'; export default SearchBarView.extend({ attributes() { return { title: this.model.get('description') || '' }; } });