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.ModelsUse component
<CkEditor @bind-Content="@Content" Options="@Options"/>Options is Dictionary<string,object> and you can configure it with documentation