Home > front end >  Rich Textfield in material ui
Rich Textfield in material ui

Time:09-23

I'm looking into a textfield multiline that could accept an image as a attachment. Something like this. Is there anything available in Material UI that let me do something like that ?

enter image description here

CodePudding user response:

Not out of the box. There are some third party libraries though, that implement rich editors and are compatible with mui like this: https://github.com/niuware/mui-rte

  • Related