cabbage-react 1.0.0-beta.28 → 1.0.0-beta.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Cabbage
|
|
1
|
+
# Cabbage React
|
|
2
2
|
|
|
3
|
-
Cabbage
|
|
3
|
+
Cabbage React provides React hooks for synchronizing [Cabbage](https://cabbageaudio.com) with [React](https://github.com/facebook/react), making it easier to build a custom UI that communicates with the Cabbage host.
|
|
4
4
|
|
|
5
5
|
## Example Project
|
|
6
6
|
|