Popularity
2.8
Growing
Activity
5.1
Declining
616
15
36

Description

bangle.dev is a collection of components for building powerful editing experiences for the web.

Programming language: TypeScript
License: MIT License
Tags: Editors     Wysiwyg     JavaScript     React     Editor     Draftjs     Slate    
Latest version: v0.31.6

Bangle.dev alternatives and similar libraries

Based on the "Editors" category.
Alternatively, view bangle-editor alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Bangle.dev or a related project?

Add another 'Editors' Library

README

Node.js CI Netlify Status

psst we have great documentation at https://bangle.dev

What is bangle.dev ?

bangle.dev is a collection of components for building powerful editing experiences for the web.

  • :battery: Batteries included\ We expose plenty of components to help you get started with your Editor.

  • Insanely powerful API\ Bangle uses Prosemirror to provide an API which can help you build the next google docs including collaboration.

  • Vanilla JS\ Bangle is written in a framework agnostic way, so that you can focus on building the editor and not learning a new framework. That said, we have support for React and I have plans to add Vue support in the coming months.

  • Customize UI with React (more frameworks to come)\ Doing UI in vanilla Javascript is not fun. Bangle comes with first party React support and React components (the ones starting with @bangle.dev/react-) to add some extra :nail_care: oomph to your Editor.

  • :car: Fast as a racing car\ Bangle is as fast as a rich text editor can be; try pasting a really long document in one of its example (:wink: don't forget to compare it with your current favourite editor).

Getting started

npm install @bangle.dev/core

Read the docs at https://bangle.dev/docs/getting-started for more details.