flexitablesort 1.1.3 → 1.1.5

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,18 @@ Drag-and-drop row and column reordering for React tables. Smooth animations, aut
9
9
 
10
10
  **[Live Demos & Full Documentation](https://samiodeh1337.github.io/sortable-table/)**
11
11
 
12
+ ## Examples
13
+ <!-- Desktop demo -->
14
+ <p>
15
+ <img src="./docs/desktop.gif" alt="Desktop demo" width="800" />
16
+ </p>
17
+
18
+ <!-- Mobile demo -->
19
+ <p>
20
+ <img src="./docs/mobile.gif" alt="Mobile demo" width="360" />
21
+ </p>
22
+
23
+
12
24
  ## Install
13
25
 
14
26
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexitablesort",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "type": "module",
5
5
  "description": "Sortable table with draggable rows and columns",
6
6
  "main": "dist/index.cjs.js",