项目作者: mpkelly

项目描述 :
(alpha) Compose a React-based text editor using a suite of standard plugins
高级语言: TypeScript
项目地址: git://github.com/mpkelly/react-editor-kit.git
创建时间: 2020-03-06T14:44:02Z
项目社区:https://github.com/mpkelly/react-editor-kit

开源协议:MIT License

下载


React Editor Kit (currently in alpha)

A suite of plugins for composing react-based text editors. Editor Kit is built using Slate (v0.50+) - the fantastic editor framework for React.

LIVE EXAMPLES

PLEASE NOTE This project is not quite ready to be released yet. I am using it for my current employer and also in a side project (Journal) but don’t currently have time to make it fit for public consumption or write high-quality docs.

The codebase should serve as a decent example of how to make use of the new Slate API for anyone working with Slate .50+.

Install

npm i @mpkelly/react-editor-kit

Take a look at the Codesandbox examples above and browse the source code for a better idea of how it works.