meisam-dehghan / BlazorCKEditor

Provides rich editing capability using CKEditor5 for blazor-based applications.

Home Page:https://www.nuget.org/packages/BlazorCKEditor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlazorCKEditor

Provides rich editing capability using CKEditor5 for blazor-based applications. In order to use this components on a blazor component, simply bind to the text property as the following shows:

<BlazorCKEditor.RichEditor Id="@id" 
                           PlaceHolderText="Place Holder Text"
                           @bind-Text="_settings.SettingValue" />

About

Provides rich editing capability using CKEditor5 for blazor-based applications.

https://www.nuget.org/packages/BlazorCKEditor/


Languages

Language:JavaScript 42.6%Language:HTML 42.5%Language:TypeScript 14.9%