Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@reelkit/react

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reelkit/react - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+4
-2
package.json
{
"name": "@reelkit/react",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",

@@ -54,4 +54,6 @@ "sideEffects": false,

},
"dependencies": {
"@reelkit/core": "^0.1.2"
},
"peerDependencies": {
"@reelkit/core": "*",
"react": ">=17.0.0",

@@ -58,0 +60,0 @@ "react-dom": ">=17.0.0"

@@ -5,7 +5,7 @@ # @reelkit/react

<a href="https://www.npmjs.com/package/@reelkit/react"><img src="https://img.shields.io/npm/v/@reelkit/react?color=6366f1&label=npm" alt="npm" /></a>
<img src="https://img.shields.io/bundlephobia/minzip/@reelkit/react?color=6366f1" alt="Bundle size" />
<img src="https://img.shields.io/badge/gzip-2.6%20kB-6366f1" alt="Bundle size" />
<a href="https://github.com/KonstantinKai/reelkit"><img src="https://img.shields.io/github/stars/KonstantinKai/reelkit?style=social" alt="Star on GitHub" /></a>
</p>
React components and hooks for building TikTok/Instagram Reels-style sliders. Virtualized rendering, touch gestures, keyboard/wheel navigation — all in ~3.4 kB gzip.
React components and hooks for building TikTok/Instagram Reels-style sliders. Virtualized rendering, touch gestures, keyboard/wheel navigation — all in ~2.6 kB gzip.

@@ -87,4 +87,10 @@ ## Installation

## Support
If you find ReelKit useful, give it a star on GitHub — it helps others discover the project and keeps development going.
[![Star on GitHub](https://img.shields.io/github/stars/KonstantinKai/reelkit?style=social)](https://github.com/KonstantinKai/reelkit)
## License
[MIT](LICENSE)