Default

Function: default()

[object Object]

Defined in: app/components/UI/HtmlEditor.tsx:31

A Rich Text (HTML) Editor component based on Quill.

This component utilizes dynamic importing for react-quill-new to ensure compatibility with Server-Side Rendering (SSR) environments where document is not available during initial load. It features a customized toolbar and specific CSS overrides to integrate seamlessly with the application's design.

Parameters

props

[object Object]

The component properties.

Returns

[object Object]

Component

On this page