mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-03-08 23:09:47 +01:00
* 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
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!