Skip to content

Instantly share code, notes, and snippets.

View RakulAgn's full-sized avatar
🎯
Focusing

RakulAgn

🎯
Focusing
View GitHub Profile
@RakulAgn
RakulAgn / CKExampleComponent.tsx
Created February 7, 2023 09:55 — forked from carmelodevuz/CKExampleComponent.tsx
Metronic 8 React CKEditor integration
// ! CKEditor doesn't have a port to the Typescript version, cause of that we use @ts-ignore a lot here:
// @ts-ignore
import {CKEditor} from '@ckeditor/ckeditor5-react'
// @ts-ignore
import ClassicEditor from '@ckeditor/ckeditor5-build-classic'
const CKExampleComponent = () => {
return (<CKEditor
editor={ClassicEditor}