RIP21 / react-simplemde-editor

React wrapper for simplemde (easymde) markdown editor
https://react-simplemde-edtior.netlify.com/
MIT License
770 stars 103 forks source link

Toolbar buttons not displaying correctly #204

Closed kelokchan closed 2 years ago

kelokchan commented 2 years ago

What's happening with the toolbar? It seems that the CSS got messed up and the toolbar buttons are no longer showing

image

RIP21 commented 2 years ago

You probably forgot to import CSS or somehow your CSS loader is broken.

Don't forget to

import "easymde/dist/easymde.min.css";