BlazorQuillComponent
Blazor Quill Component is a custom reusable control that allows us to easily consume Quill and place multiple instances of it on a single page in our Blazor application.
Install / Use
/learn @erossini/BlazorQuillComponentREADME
Blazor Quill Component
Blazor Quill Component is a custom reusable control that allows us to easily consume Quill and place multiple instances of it on a single page in our Blazor application.
Also, it will allow us to implement the following features:
- Exports editor contents in Text, HTML, and Quill’s native Delta format
- Allows initial content to be set declaratively in the control or programmatically
- Provides a read only mode, suitable for displaying Quill’s native Delta format
- Allows custom toolbars to be defined
- Allows custom themes
- Has an inline editor mode that also allows custom toolbars
What is Quill?
Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need.

Blazor Quill Component in action

Other Blazor components
| Component name | Forum | Description | |---|---|---| | DataTable for Blazor | Forum | DataTable component for Blazor WebAssembly and Blazor Server | | Markdown editor for Blazor | Forum | This is a Markdown Editor for use in Blazor. It contains a live preview as well as an embeded help guide for users. | | CodeSnipper for Blazor | Forum | Add code snippet in your Blazor pages for 196 programming languages with 243 styles | | Copy To Clipboard | Forum | Add a button to copy text in the clipbord | | SVG Icons and flags for Blazor | Forum | Library with a lot of SVG icons and SVG flags to use in your Razor pages | | Modal dialog for Blazor | Forum | Simple Modal Dialog for Blazor WebAssembly | | PSC.Extensions | Forum | A lot of functions for .NET5 in a NuGet package that you can download for free. We collected in this package functions for everyday work to help you with claim, strings, enums, date and time, expressions... | | Quill for Blazor | Forum | Quill Component is a custom reusable control that allows us to easily consume Quill and place multiple instances of it on a single page in our Blazor application | | Segment for Blazor | Forum | This is a Segment component for Blazor Web Assembly and Blazor Server | | Tabs for Blazor | Forum | This is a Tabs component for Blazor Web Assembly and Blazor Server | | WorldMap for Blazor | Forum | Show world maps with your data |
More examples and documentation
- Write a reusable Blazor component
- Getting Started With C# And Blazor
- Setting Up A Blazor WebAssembly Application
- Working With Blazor Component Model
- Secure Blazor WebAssembly With IdentityServer4
- Blazor Using HttpClient With Authentication
- InputSelect component for enumerations in Blazor
- Use LocalStorage with Blazor WebAssembly
- Modal Dialog component for Blazor
- Create Tooltip component for Blazor
- Consume ASP.NET Core Razor components from Razor class libraries | Microsoft Docs
