How to use the @material/menu/dist/mdc.menu.min.MDCMenu function in @material/menu

To help you get started, we’ve selected a few @material/menu examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SpringflowNL / aurelia-mdc-elements / dist / commonjs / components / menu / mdc-menu.js View on Github external
MdcMenu.prototype.bind = function bind() {
		this.myMdcMenu = new _mdcMenu.MDCMenu(this.menuElement);
	};
github SpringflowNL / aurelia-mdc-elements / dist / components / menu / mdc-menu.js View on Github external
_proto.bind = function bind() {
    this.myMdcMenu = new _mdcMenu.MDCMenu(this.menuElement);
  };