SoftwareDriven.Quill.Blazor
1.0.1
dotnet add package SoftwareDriven.Quill.Blazor --version 1.0.1
NuGet\Install-Package SoftwareDriven.Quill.Blazor -Version 1.0.1
<PackageReference Include="SoftwareDriven.Quill.Blazor" Version="1.0.1" />
paket add SoftwareDriven.Quill.Blazor --version 1.0.1
#r "nuget: SoftwareDriven.Quill.Blazor, 1.0.1"
// Install SoftwareDriven.Quill.Blazor as a Cake Addin #addin nuget:?package=SoftwareDriven.Quill.Blazor&version=1.0.1 // Install SoftwareDriven.Quill.Blazor as a Cake Tool #tool nuget:?package=SoftwareDriven.Quill.Blazor&version=1.0.1
Usage
Perform the following steps to use the component:
Add the following line to your index.html or App.razor:
<script src="_content/SoftwareDriven.Quill.Blazor/js/index.bundle.js"></script>
Insert the editor in your DOM:
<QuillEditor @ref="quill" ConfigJson="@quillConfig" />
The
ConfigJson
attribute is optional and can be used to setup the constructor options of Quill.js like the selected theme and the toolbar elements.Use the reference to the editor to access its API.
API Reference
Implements nearly all API methods of Quill.js. Refer to:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.