New to KendoReact? Start a free 30-day trial
Editor
EditorPremium
Represents the KendoReact Editor component.
jsx
const App = () => {
return (
<Editor
defaultContent="<p>Hello World</p>"
tools={[
[ EditorTools.Bold, EditorTools.Italic ]
]}
/>
);
}
Name | Type | Default | Description |
---|---|---|---|
contentElement |
|
Returns the content-editable DOM element of the Editor. | |
element |
|
Returns the DOM element of the Editor. | |
props |
|
The props of the Editor component. | |
value |
|
The value of the Editor. | |
view |
|
Returns the |