0.1.71 • Published 3 months ago
lexical-react-rte v0.1.71
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...)
0.1.69
7 months ago
0.1.70
7 months ago
0.1.71
3 months ago
0.1.67
11 months ago
0.1.68
11 months ago
0.1.66
1 year ago
0.1.63
2 years ago
0.1.64
2 years ago
0.1.65
2 years ago
0.1.61
2 years ago
0.1.62
2 years ago
0.1.6
2 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago