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

Rename Slate and Editable to Slate Component and Editable Component in table of contents to improve discoverability

This commit is contained in:
Sunny Hirai
2023-04-13 09:14:48 -07:00
parent cc2000b583
commit db3e0f8a81
2 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,6 @@ This sub-library contains the React-specific logic for Slate.
- [withReact](./with-react.md)
- [ReactEditor](./react-editor.md)
- [Hooks](./hooks.md)
- [Slate](./slate.md)
- [Editable](./editable.md)
- [Slate Component](./slate.md)
- [Editable Component](./editable.md)
- [Event Handling](./event-handling.md)