@resval/react-responsive-values
Version:
Resval stands for Responsive Values, which is a hook that can return a value based on the current breakpoint. This hook can also respond to the size of the window.
28 lines (27 loc) • 571 B
JSON
{
"name": "@resval/react-responsive-values",
"version": "1.0.0-beta",
"author": "nurulakbaral@gmail.com",
"license": "MIT",
"keywords": [
"react",
"hooks",
"responsive-web",
"responsive-values"
],
"repository": {
"type": "git",
"url": "https://github.com/nurulakbaral/resval.git"
},
"bugs": {
"url": "https://github.com/nurulakbaral/resval/issues"
},
"module": "./index.js",
"main": "./index.cjs",
"type": "module",
"types": "./index.d.ts",
"dependencies": {},
"peerDependencies": {
"react": "18.2.0"
}
}