Akash Shyam
Akash Shyam

Reputation: 114

Tinymce alternatives for react

I would like some alternatives to tinymce which works well and is fully customizable in react. I tried using tinymce but it did not have a lot of documentation on using it with react. So, I would like an alternative solution

Upvotes: 3

Views: 779

Answers (2)

Akash
Akash

Reputation: 828

You can use the content_css option to customise tinymce. Another alternative is CK Editor

Upvotes: 1

Akash
Akash

Reputation: 828

You can use react-rte as an alternative for tinymce.

Upvotes: 3

Related Questions