DEV Community

Alex
Alex

Posted on

Question: How to allow users to add style to their input?

I am building a job board. I want to give users the option of adding color to their submissions. How can I do this? Do I need to use a framework or can I use vanilla JS.

Top comments (4)

Collapse
 
iamshouvikmitra profile image
Shouvik Mitra

Use ckeditor, it's open source!

Collapse
 
supremerumham profile image
Alex

okay thanks!!

Collapse
 
aspittel profile image
Ali Spittel

Can definitely use just JavaScript. Look into wyswyg editors!

Collapse
 
supremerumham profile image
Alex

Thank you!!