1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 03:32:36 +02:00

update readme

This commit is contained in:
Ian Storm Taylor
2016-06-28 08:54:24 -07:00
parent 6510b7c07f
commit 1d3e38410d

View File

@@ -1,9 +1,9 @@
# Slate # Slate
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 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 libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/).
_Slate was inspired by [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/)._ ###### Table of Contents
- [Principles](#principles) - [Principles](#principles)
- [Examples](#examples) - [Examples](#examples)