New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dante3

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dante3

Dante3 is a text editor built on top of TipTap

latest
npmnpm
Version
1.4.2
Version published
Weekly downloads
96
-20%
Maintainers
1
Weekly downloads
 
Created
Source

dante3

Dante is a React editor built on top of TipTap and ProseMirror.

Install

npm install dante3

Basic usage

import DanteEditor from "dante3";

export default function Example() {
  return <DanteEditor bodyPlaceholder="Write something useful" />;
}

Highlights

  • Configurable extensions, widgets, and tooltips
  • JSON and HTML content support
  • Renderer helpers for read-only surfaces
  • Built-in media, file, embed, recorder, GIF, and dictation blocks

Documentation

The package docs live in docs and are rendered by the website in this repository.

Development

npm install
npm run dante3:build

License

MIT

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts