jasonphillips / draft-js-richbuttons-plugin

A plugin for adding rich formatting controls - https://jasonphillips.github.io/draft-js-richbuttons-plugin/
38 stars 14 forks source link

Update README with a custom tooltip example #5

Closed avk closed 8 years ago

avk commented 8 years ago

Needed custom tooltips after implementing custom buttons. This was how I accomplished it.

jasonphillips commented 8 years ago

Thanks! I had been using a theme framework which used the toolTip attribute but forgot, in my example, to convert that to the generic title attribute to make it universal. This makes the example much clearer now.

avk commented 8 years ago

Happy to help! Thanks for your work on this.