Skip to content

sakib412/lexical-react-rte

Repository files navigation

Lexical React RTE

Getting started with Editor

Caution

Note: This library is still in alpha and is not yet ready for production use. Please use at your own risk.

Install lexical-react-rte:

pnpm add lexical-react-rte

or npm install lexical-react-rte or yarn add lexical-react-rte.

Below is an example of the editor using lexical-reat-rte (try it yourself)

import Editor from "lexical-react-rte";
import "lexical-react-rte/dist/index.css";

export default function App() {
  return (
    <div className="App">
      <h2>Start editing to see some magic happen!</h2>
      <Editor />
    </div>
  );
}

Planned Features

(will be updated soon...)

About

Rich text editor in react built with lexical

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published