hubgit / react-prosemirror

A React component for ProseMirror
https://ow1qi.csb.app/
MIT License
248 stars 51 forks source link

Changing placeholder and styling elements #11

Closed yusufola closed 3 years ago

yusufola commented 6 years ago

I'm finding it difficult to change the placeholder of the HtmlEditor and also add style. Documentation on this will be highly appreciated

hubgit commented 6 years ago

The content and style of the placeholder are currently set in placeholder.css of the prosemirror-placeholder module, although there's an open issue for allowing the content to be passed in as an attribute.