Skip to content

Instantly share code, notes, and snippets.

View RakulAgn's full-sized avatar
👨‍💻
Focusing

RakulAgn RakulAgn

👨‍💻
Focusing
View GitHub Profile
[
{
"transaction_id": 101,
"shop_id": 220501,
"transaction": "credit",
"source_type": null,
"amount": 100.00,
"transaction_date": "2025-02-01 00:00:00",
"expiry_at": "2025-03-01 00:00:00"
},
@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}