1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 19:52:32 +02:00

feat(docs): add another member for slate (#4393)

This commit is contained in:
pubuzhixing8
2021-08-05 12:54:06 +08:00
committed by GitHub
parent f3b316e816
commit 8860c91300

View File

@@ -7,6 +7,7 @@ A few resources that are helpful for building with Slate.
These libraries are helpful when developing with Slate:
- [`is-hotkey`](https://github.com/ianstormtaylor/is-hotkey) is a simple way to check whether an `onKeyDown` handler should fire for a given hotkey, handling cross-platform concerns like cmd vs. ctrl keys for you automatically.
- [`slate-angular`](https://github.com/worktile/slate-angular) is an angular-based view layer, which is a useful supplement to the slate and helps you build a rich text editor using angular.
## Products