https://preview.keenthemes.com/metronic8/demo1/pages/user-profile/overview.html
I want to use the text editor "bold, italic etc" in the "grace green" component on this example page, but I can't use it in the react theme. There is no such component in the React theme and it does not allow html codes.
Also, when I try to install another library, the theme does not run that library. how can I do it
Hi,
Sorry for the late reply.
In our HTML version, we are using Quill text editor for the widget on the user profile overview page. At the moment, Quill text editor dependency is not included in a react version but you can easily add it and implement this widget by referring to our HTML version,
Open your demo folder in the console and install quill dependency. npm install quill
I added an example of FeedsWidget1.tsx to this gist file, you can reuse this example in your project.
Regards,
Lauris Stepanovs,
Keenthemes Support Team