JSPM

  • Created
  • Published
  • Downloads 12659
  • Score
    100M100P100Q145396F
  • License MIT

Rich text editor built with Mantine components

Package Exports

  • @mantine/rte
  • @mantine/rte/cjs/index.js
  • @mantine/rte/esm/index.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 (@mantine/rte) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Mantine Rich Text Editor

@mantine/rte is a rich text editor based on Quill.js.

Read documentation on Mantine website

Demo

Installation

Package depends on react, react-dom, @mantine/hooks, @mantine/core.

Install with npm:

npm install @mantine/rte @mantine/core @mantine/hooks

Install with yarn:

yarn add @mantine/rte @mantine/core @mantine/hooks