JSPM

@lexical/rich-text

0.13.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3037428
  • Score
    100M100P100Q212607F
  • License MIT

This package contains rich text helpers for Lexical.

Package Exports

  • @lexical/rich-text
  • @lexical/rich-text/LexicalRichText.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lexical/rich-text) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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