# RPM Editor
A React renderless rich text editor component.

## ⚠️ Warning
Still under development. Do not use in production.

## ✨ Features
- Written in [TypeScript](https://www.typescriptlang.org/)
- Renderless, can be used alongside your favorite UI library
- Extendable
- Based on [ProseMirror](http://prosemirror.net/)

## 📦 Install

```bash
npm install rpm-editor --save
```
