1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 23:12:52 +02:00

add isSelected prop, cleanup sCU, add custom component reference (#1084)

* add isSelected prop, cleanup sCU, add custom component reference, fixes #1080

* fix custom node reference

* update custom node reference

* remove sCU check for text-only children
This commit is contained in:
Ian Storm Taylor
2017-09-07 14:33:34 -07:00
committed by GitHub
parent d8004c33b1
commit 16d29db8cb
10 changed files with 225 additions and 68 deletions

View File

@@ -15,6 +15,7 @@
## Component Reference
- [Custom](./reference/components/custom.md)
- [Editor](./reference/components/editor.md)
- [Placeholder](./reference/components/placeholder.md)