1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-08 23:09:47 +01:00
Anuj 44cef94b04 Fixing Readme and API docs (#579)
* Fix typo

just a minor typo in the docs!

* Fix typo in API docs

* Update focus-blur example readme to reflect the correct example

* Remove extra newline

* Correct Readme on the plugins example as well

* Correct readme for RTL example

* Fix own typo.

* Adding a Readme for the tables example
2017-02-03 08:21:32 -08:00
..
2017-02-03 08:21:32 -08:00

Plugins Example

This example shows how you can extend Slate with plugins! The example shows plugins that perform simple operations on keypress.

Check out the Examples readme to see how to run it!