1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 12:14:14 +02:00

update readme

This commit is contained in:
Ian Storm Taylor
2016-07-06 16:29:46 -07:00
parent 05c630549a
commit 108e74b4b8

View File

@@ -6,6 +6,8 @@
Slate is like a pluggable implementation of `contenteditable`, built with React and Immutable. It lets you build editors like [Medium](https://medium.com/), [Dropbox Paper](https://www.dropbox.com/paper), or [Canvas](https://usecanvas.com/). And was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/).
<p align="center"><a href="#principles"><strong>Principles</strong></a><a href="#examples"><strong>Examples</strong></a></p>
- [**Principles**](#principles)
- [**Examples**](#examples)
- **Plugins!**