您的位置:首页 > Web前端 > JavaScript

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

2017-01-02 16:10 316 查看
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/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: