1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00

Add slate-react to the bundled source guide (#2010)

This commit is contained in:
Martti Laine 2018-08-01 01:46:30 +02:00 committed by Ian Storm Taylor
parent 64000a97aa
commit 1ff1dfa4b8

View File

@ -47,6 +47,7 @@ To make things easier, for quick prototyping, you can also use the [`unpkg.com`]
<script src="https://unpkg.com/react-dom/umd/react-dom-server.browser.production.min.js"></script>
<script src="https://unpkg.com/immutable/dist/immutable.js"></script>
<script src="https://unpkg.com/slate/dist/slate.js"></script>
<script src="https://unpkg.com/slate-react/dist/slate-react.js"></script>
```
That's it, you're ready to go!