@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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodmanlabs/react-swipe-row",
3
- "version": "0.1.4",
3
+ "version": "1.0.0",
4
4
  "author": "Glenn Goodman",
5
5
  "description": "A native-feeling horizontal scroll-snap card rail for React",
6
6
  "license": "MIT",