rittenhop-ghost/versions/5.94.2/node_modules/@lexical/rich-text
2024-09-23 19:05:38 -04:00
..
index.d.ts adding local files for running this....locally 2024-09-23 19:05:38 -04:00
LexicalRichText.dev.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
LexicalRichText.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
LexicalRichText.js.flow adding local files for running this....locally 2024-09-23 19:05:38 -04:00
LexicalRichText.prod.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
LICENSE adding local files for running this....locally 2024-09-23 19:05:38 -04:00
package.json adding local files for running this....locally 2024-09-23 19:05:38 -04:00
README.md adding local files for running this....locally 2024-09-23 19:05:38 -04:00

@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.