UNPKG

react-froala-wysiwyg

Version:

React component for Froala WYSIWYG HTML rich text editor.

10 lines (8 loc) 285 B
'use client'; import FroalaEditorFunctionality from './FroalaEditorFunctionality.jsx'; import React from 'react'; export default class FroalaEditor extends FroalaEditorFunctionality { render () { return <this.tag ref={el => this.el = el}>{this.props.children}</this.tag>; } }