PSC.Blazor.Components.Quill
6.0.0
dotnet add package PSC.Blazor.Components.Quill --version 6.0.0
NuGet\Install-Package PSC.Blazor.Components.Quill -Version 6.0.0
<PackageReference Include="PSC.Blazor.Components.Quill" Version="6.0.0" />
paket add PSC.Blazor.Components.Quill --version 6.0.0
#r "nuget: PSC.Blazor.Components.Quill, 6.0.0"
// Install PSC.Blazor.Components.Quill as a Cake Addin #addin nuget:?package=PSC.Blazor.Components.Quill&version=6.0.0 // Install PSC.Blazor.Components.Quill as a Cake Tool #tool nuget:?package=PSC.Blazor.Components.Quill&version=6.0.0
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
More documentation and examples
For more documentation and examples about Blazor and other components, visit my blog PureSourceCode. Here a quick list of popular links:
- Write a reusable Blazor component
- Getting Started With C# And Blazor
- Setting Up A Blazor WebAssembly Application
- Working With Blazor’s 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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.