1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

add readme

This commit is contained in:
Ian Storm Taylor 2016-06-28 08:51:15 -07:00
parent e004abb4cf
commit 3065d60b82

View File

@ -1,7 +1,12 @@
# Slate
Slate is a
Slate is a completely customizable framework for building rich text editors in the browser. You can think of it like a pluggable implementation of `contenteditable`, built with React and Immutable.
_Slate was inspired by [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/)._
- [Principles](#principles)
- [Examples](#examples)
## Principles