Kindling / react-tinymce-mention

@Mentions functionality for TinyMCE, built with React and Redux
MIT License
20 stars 15 forks source link

no styles #10

Closed luisrudge closed 7 years ago

luisrudge commented 7 years ago

It's returning the suggestions, but they're not working as the gif from the readme file. Is that the expected behavior?

image

deltamualpha commented 7 years ago

Correct, we don't add any styling to the mention, just add a class to them so you can style them however you like.

luisrudge commented 7 years ago

Any chance we can get some nice default styles? 💄

deltamualpha commented 7 years ago

Low on the priority list, to be honest. The ones in the demo gifs are just the default a styling -- your CSS must be overriding the browser default.