当前位置: 首页 > 工具软件 > Draft.js > 使用案例 >

(翻译)Draft.js编辑器简介

利海阳
2023-12-01

RICH TEXT EDITOR FRAMEWORK FOR REACT
基于reac的富文本编辑器框架
Draft.js is a framework for building rich text editors in React, powered by an immutable model and abstracting over cross-browser differences.
draft.js 特点是不可变模块和多浏览器兼容

Draft.js makes it easy to build any type of rich text input, whether you’re just looking to support a few inline text styles or building a complex text editor for composing long-form articles.

draft.js 适用于简单及复杂的场景。

In Draft.js, everything is customizable – we provide the building blocks so that you have full control over the user interface. Here’s a simple example of a rich text editor built in Draft.js:

draft.js 提供强大的可配置性

官网地址:https://facebook.github.io/draft-js/

 类似资料: