Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 284 Bytes

This is a blazor component of CkEditor..

image

builder.Services.UseKimiCkEditor();
<CkEditor @bind-Value="ckEditorContent" IsReadonly="false" IsFullScreen="true"></CkEditor>