New

Rich Text Editor

Provides an interface for creating and editing formatted text.

Docs

Installation

Install the following dependencies:

pnpm add @tiptap/react @tiptap/starter-kit @tailwindcss/typography

Add the Tailwind CSS Typography plugin to your Tailwind configuration:

Copy and paste the following code into your project.

Notes

  • In development mode, the editor might be slow to respond to changes. This is due to multiple tooltip being rendered. This is not the case in production build.