+ Using Quill custom modules are as easy as providing a new configuration that provides the name, config, and script src of the module.
+
+
+
diff --git a/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Extras/RichTextEditor/BitRichTextEditorDemo.razor.cs b/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Extras/RichTextEditor/BitRichTextEditorDemo.razor.cs
index 2de8865f9b..563ac9d8cc 100644
--- a/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Extras/RichTextEditor/BitRichTextEditorDemo.razor.cs
+++ b/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Extras/RichTextEditor/BitRichTextEditorDemo.razor.cs
@@ -21,6 +21,22 @@ public partial class BitRichTextEditorDemo
Description = "Custom template for the editor content."
},
new()
+ {
+ Name = "FullToolbar",
+ Type = "bool",
+ DefaultValue = "false",
+ Description = "Renders the full toolbar with all of the available features."
+ },
+ new()
+ {
+ Name = "Modules",
+ Type = "IEnumerable