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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PSC.Blazor.Components.Quill" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PSC.Blazor.Components.Quill --version 6.0.0
#r "nuget: PSC.Blazor.Components.Quill, 6.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

image

Blazor Quill Component in action

BlazorQuillExample

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:

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 1,536 12/1/2021
1.0.1 414 6/15/2021
1.0.0 335 6/15/2021