@lexical/rich-text

This package contains rich text helpers for Lexical.

@lexical/rich-text downloads @lexical/rich-text version @lexical/rich-text license

@lexical/rich-textSimilar Packages:

Npm Package Weekly Downloads Trend

3 Years
🌟 Show real-time usage chart on @lexical/rich-text's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of @lexical/rich-text](https://npm-compare.com/img/npm-trend/THREE_YEARS/@lexical/rich-text.png)](https://npm-compare.com/@lexical/rich-text#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 Show GitHub stars trend chart on @lexical/rich-text's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of @lexical/rich-text](https://npm-compare.com/img/github-trend/@lexical/rich-text.png)](https://npm-compare.com/@lexical/rich-text)

Stat Detail

Package
Downloads
Stars
Size
Issues
Publish
License
@lexical/rich-text2,482,49223,05392.2 kB55211 days agoMIT

README for @lexical/rich-text

@lexical/rich-text

This package provides a starting point for Lexical users by registering listeners for a set of basic commands that cover simple text-editing behavior such as entering text, deleting characters, copy + paste, or changing the selection with arrow keys. It also provides default behavior for rich text features, such as headings, formatted, text and blockquotes.

You can use this package as a starting point, and then add additional command listeners to customize the functionality of your editor. If you don't want or need rich text functionality, you may want to consider using @lexical/plain-text instead.