import { Canvas, Meta, Story } from "@storybook/addon-docs";
import {
Examples,
Example,
Title,
VariantsTable,
CustomArgsTable,
VariantRow,
} from "@calcom/storybook/components";
import { Editor } from "./Editor";
## Definition
The `Editor` component is a versatile rich text editor that provides a customizable environment for creating and editing content with various formatting options and plugins.
## Structure
The `Editor` component offers a flexible rich text editing interface, complete with a configurable toolbar
{}} getText={() => "Text"} />
{}} getText={() => ""} placeholder="placeholder" />
{}} getText={() => "Text"} variables={["variable1", "variable2", "variable3"]} />