1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-19 21:01:57 +02:00

add preview image to examples readme

This commit is contained in:
Ian Storm Taylor 2016-07-14 16:35:48 -07:00
parent 4e2c908f54
commit ea4c91d76d

View File

@ -1,6 +1,8 @@
# Examples
![](../docs/images/preview.png)
This directory contains a set of examples that give you an idea for how you might use Slate to implement your own editor. Take a look around!
- [**Plain text**](./plain-text) — showing the most basic case: a glorified `<textarea>`.