Skip to content

Repository files navigation

Blazor.CkEditor5

How to use

Activating functionality

Add your ClassicEditor build in _Host

<script type="module" src="/js/ckeditor.js"></script>

Add package modula mutator

<script type="module" src="/_content/Blazor.CkEditor5/js/module.js"></script>

Add using

@using Blazor.CkEditor5.Components
@using Blazor.CkEditor5.Models

Use component

<CkEditor @bind-Content="@Content" Options="@Options"/>

Options is Dictionary<string,object> and you can configure it with documentation

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages