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>
  );
}

TODO

  • Setup git hooks for pre-commit and pre-push
  • Setup release workflow with changelog and auto publish to NPM
  • Add tests
  • Full toolbar customization
  • Implement slot system for toolbar

Planned Features

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

Contributors 3

  •  
  •  
  •