Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

feat(docs): Update README.md #2523

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# [Draft.js](http://draftjs.org/) [![Build Status](https://img.shields.io/travis/facebook/draft-js/master.svg?style=flat)](https://travis-ci.org/facebook/draft-js) [![npm version](https://img.shields.io/npm/v/draft-js.svg?style=flat)](https://yarn.pm/draft-js)

![Live Demo](https://media.giphy.com/media/XHUjaxELpc11SiRSqN/giphy.gif)
<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>

--------------------

Draft.js is a JavaScript rich text editor framework, built for React and
backed by an immutable model.
Expand Down