@tinymce/tinymce-react
- Version 5.1.1
- Published
- 102 kB
- 2 dependencies
- MIT license
Install
npm i @tinymce/tinymce-react
yarn add @tinymce/tinymce-react
pnpm add @tinymce/tinymce-react
Overview
Official TinyMCE React Component
Index
Classes
class Editor
class Editor extends React.Component<IAllProps> {}
See Also
https://www.tiny.cloud/docs/tinymce/7/react-ref/ for the TinyMCE React Technical Reference
constructor
constructor(props: Partial<IAllProps>);
property defaultProps
static defaultProps: Partial<IAllProps>;
property editor
editor?: TinyMCEEditor;
property propTypes
static propTypes: IEditorPropTypes;
method componentDidMount
componentDidMount: () => void;
method componentDidUpdate
componentDidUpdate: (prevProps: Partial<IAllProps>) => void;
method componentWillUnmount
componentWillUnmount: () => void;
method render
render: () => React.ReactElement< { ref: React.RefObject<HTMLElement>; id: string; tabIndex: number | undefined; }, any>;
Interfaces
interface IAllProps
interface IAllProps extends Partial<IProps>, Partial<IEvents> {}
Package Files (2)
Dependencies (2)
Dev Dependencies (35)
- @babel/core
- @babel/preset-env
- @babel/preset-react
- @babel/preset-typescript
- @ephox/agar
- @ephox/bedrock-client
- @ephox/bedrock-server
- @ephox/katamari
- @ephox/mcagar
- @ephox/sand
- @ephox/sugar
- @storybook/addon-essentials
- @storybook/addon-interactions
- @storybook/addon-links
- @storybook/blocks
- @storybook/react
- @storybook/react-vite
- @tinymce/beehive-flow
- @tinymce/eslint-plugin
- @tinymce/miniature
- @types/node
- @types/prop-types
- @types/react
- @types/react-dom
- gh-pages
- react
- react-dom
- rimraf
- storybook
- tinymce-4
- tinymce-5
- tinymce-6
- tinymce-7
- typescript
- vite
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@tinymce/tinymce-react
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@tinymce/tinymce-react)
- HTML<a href="https://www.jsdocs.io/package/@tinymce/tinymce-react"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3105 ms. - Missing or incorrect documentation? Open an issue for this package.