ng2-fan-menu icon indicating copy to clipboard operation
ng2-fan-menu copied to clipboard

Make button title configurable

Open usernameisalreadyt4ken opened this issue 7 years ago • 1 comments

Please can you make the main button configurable so the text can be changed through the options and maybe allow images as well. Currently this is hard coded to 'Menu' and it would be useful to be able to change it. Thanks

usernameisalreadyt4ken avatar Sep 07 '17 15:09 usernameisalreadyt4ken

solved with https://github.com/dragosch/fan-menu

public options = {
  spinable: true,
  buttonWidth: 40,
  buttonTex: 'Hello'
};

dragosch avatar Oct 21 '19 15:10 dragosch