DanielYKPan / ng2-fan-menu

Angular Fan Menu
https://danielykpan.github.io/ng2-fan-menu
MIT License
73 stars 38 forks source link

Make button title configurable #5

Open usernameisalreadyt4ken opened 7 years ago

usernameisalreadyt4ken commented 7 years ago

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

dragosch commented 5 years ago

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

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