facebookarchive/draft-js
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
A React framework for building text editors.
A React framework for building text editors.
<p align="center"> <a href="http://draftjs.org/"> <img src="https://draftjs.org/img/draftjs-logo.svg" alt="draftjs-logo" width="8%" /> </a> </p> <h1 align="center"> Draft.js </h1> <p align="center"> <a href="https://travis-ci.org/facebook/draft-js"> <img src="https://img.shields.io/travis/facebook/draft-js/master.svg?style=flat" alt="Build Status" /> </a> <a href="https://yarn.pm/draft-js"> <img src="https://img.shields.io/npm/v/draft-js.svg?style=flat" alt="npm version" /> </a> </p> <p align="center"> <img src="https://media.giphy.com/media/XHUjaxELpc11SiRSqN/giphy.gif" alt="Live Demo" /> </p> -------------------- ## Status **THIS PROJECT IS CURRENTLY IN MAINTENANCE MODE. It will not receive any feature updates, only critical security bug patches. On 31st December 2022 the repo will be fully archived.** For users looking for an open source alternative, Meta have been working on migrating to a new framework, called [Lexical](https://github.com/facebook/lexical). It's still experimental, and we're working on adding migration guides, but, we believe, it provides a more performant and accessible alternative. -------------------- Draft.js is a JavaScript rich text editor framework, built for React and backed by an immutable model. - **Extensible and Customizable:** We provide the building blocks to enable the creation of a broad variety of rich text composition experiences, from basic text styles to embedded media. - **Declarative Rich Text:** Draft.js fits seamlessly into [React](http://facebook.github.io/react/) applications, abstracting away the details of rendering, selection, and input behavior with a familiar declarative API. - **Immutable Editor State:** The Draft.js model is built with [immutable-js](https://facebook.github.io/immutable-js/), offering an API with fu
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...