UNPKG

react-data-menu

Version:

Smart data-driven menu rendered in an overlay

14 lines 338 B
export default class AppMenuItems { constructor(binder) { return [{ type: 'label', title: 'Application menu:' }, '-', { title: 'New circle', callback: binder('new-circle') }, { title: 'Clear', callback: binder('clear') }]; } }