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.

9 lines (7 loc) 236 B
import MenuPanelView from '../../dropdown/views/MenuPanelView'; import HeaderMenuPanelItemView from './HeaderMenuPanelItemView'; export default MenuPanelView.extend({ childView() { return HeaderMenuPanelItemView; } });