Hi!,
I am having a problem when I want to use RichTextEditor.
Could someone help me?
Thanks in advance!
Toolbar display:
html:
Component
Module
Package:
Hi Alejo,
We would recommend adding the following style in the styles.css file to your project to resolve the issue. Please refer to the attached sample and see the code snippet below:
@import '../node_modules/@syncfusion/ej2-base/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-icons/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-lists/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-navigations/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-popups/styles/bootstrap5.css'; @import '../node_modules/@syncfusion/ej2-richtexteditor/styles/bootstrap5.css'; |
Documentation : https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started#adding-css-reference
Regards,
Vinothkumar
Thanks!, I try again changing file names and other things and it work.
Hi Alejo,
You're welcome! We are glad to assist you.