Skip to content

Commit

Permalink
updated naming, added comonents for vertical/horizontal lists and grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Morglod committed Jul 14, 2024
1 parent fcae9d3 commit 6a2d28b
Show file tree
Hide file tree
Showing 8 changed files with 828 additions and 167 deletions.
265 changes: 181 additions & 84 deletions build_examples/demo.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-virtual-overflow",
"version": "1.0.3",
"version": "1.1.0",
"description": "virtual scroll without headache",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"size-limit": [
{
"path": "lib/index.esm.js",
"path": "lib/fixed-list-y.js",
"limit": "1 kB",
"gzip": true
}
Expand Down
Loading

0 comments on commit 6a2d28b

Please sign in to comment.