@goodmanlabs/react-swipe-row 0.1.4 → 1.0.0
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,15 @@ This was built to solve a common UI problem: you want a horizontally scrollable
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## Live Demo
|
|
23
|
+
|
|
24
|
+
👉 **https://react-swipe-row.vercel.app/**
|
|
25
|
+
|
|
26
|
+
An interactive demo showing all supported props, behaviors, and styling hooks.
|
|
27
|
+
Used in production on [campvue.com](https://campvue.com).
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
22
31
|
## Install
|
|
23
32
|
|
|
24
33
|
```bash
|