raonkeditor-react
Version:
React component for RAON K Editor
61 lines (37 loc) • 1.58 kB
Markdown
[](http://www.raonwiz.com/) / [RAON K](https://www.raonk.com/) React component for RAON K Editor.
In order to create an component instance in React, install the `raonkeditor-react` npm package as a dependency of your project:
```bash
npm install raonkeditor-react
```
After installing, import RaonkEditor to your application:
```jsx
import React from 'react';
import { RaonkEditor } from 'raonkeditor-react';
function App() {
return <RaonkEditor />;
}
export default App;
```
This React integration component must be provided with RAONK Editor component through the following site. (You need to sign up for this website):
[](https://www.raonk.com/page/buying/license_reqTem.aspx) by visiting the site, Request a trial version of RAONK Editor.
Install RAONK Editor provided via e-mail as follows and run the sample:
```
Copy to the /samples/basic/public subdirectory.
ex) /samples/basic/public/raonkeditor
```
Please check the following file:
```
/samples/README.md
```
The RAON K Editor React integration was tested with React 18.
TypeScript 3.5+ is supported.
Previous versions of `raonkeditor-react` also support Internet Explorer 11 (requires additional polyfill for `Promise`).
Copyright (c) 2003-2022, RAONWIZ DevTeam. All rights reserved.