Skip to content

Instantly share code, notes, and snippets.

View jeromegwilson's full-sized avatar

jeromegwilson

View GitHub Profile
@jeromegwilson
jeromegwilson / richTextEditor.tsx
Created November 30, 2020 14:35
TinyMCE in react with GDS
/* eslint-disable @typescript-eslint/camelcase */
import 'govuk-frontend/govuk/components/input/_input.scss';
import * as React from 'react';
import cx from 'classnames';
import '../../assets/_overrides.scss';
import '../../assets/richTextEditor.scss';
import { EditorEvent, Editor } from 'tinymce/tinymce';
import { Editor as ReactEditor } from '@tinymce/tinymce-react';
import { GdsTextarea } from './textarea';