usemobileonly
Version:
a small hook to determine window size is mobile or not depending on material-ui breakpoints
29 lines (28 loc) • 712 B
JSON
{
"name": "usemobileonly",
"version": "1.0.3",
"description": "a small hook to determine window size is mobile or not depending on material-ui breakpoints",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bybash/useMobileOnly.git"
},
"keywords": [
"useMobile",
"useMobileOnly",
"material-ui",
"breakpoints"
],
"author": "Hakan Baybas",
"license": "ISC",
"bugs": {
"url": "https://github.com/bybash/useMobileOnly/issues"
},
"homepage": "https://github.com/bybash/useMobileOnly#readme",
"dependencies": {
"@material-ui/core": "^4.9.1"
}
}