BlazorQuillEditor 0.1.3
See the version list below for details.
dotnet add package BlazorQuillEditor --version 0.1.3
NuGet\Install-Package BlazorQuillEditor -Version 0.1.3
<PackageReference Include="BlazorQuillEditor" Version="0.1.3" />
<PackageVersion Include="BlazorQuillEditor" Version="0.1.3" />
<PackageReference Include="BlazorQuillEditor" />
paket add BlazorQuillEditor --version 0.1.3
#r "nuget: BlazorQuillEditor, 0.1.3"
#addin nuget:?package=BlazorQuillEditor&version=0.1.3
#tool nuget:?package=BlazorQuillEditor&version=0.1.3
BiffLabs.Packages
License
This project is licensed under the MIT License.
It incorporates Quill.js, licensed under the BSD 3-Clause License.
Add to <head> within the App.razor <link href="_content/BlazorQuillEditor/css/quill.snow.css" rel="stylesheet" />
Add to <body> after blazor.web.js <script src="_content/BlazorQuillEditor/js/quill.js"></script> <script src="_content/BlazorQuillEditor/js/quillInterop.js"></script>
to add an editor to the page add <QuillEditor @ref="editorRef" Content="@_content" />
@code { private string _content; private QuillEditor? editorRef; }
To add a viewer add the <QuillViewer Content="@_content" />
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
-
net9.0
- Microsoft.AspNetCore.Components.Web (>= 9.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.