@ib-hooks/use-full-screen
Version:
React Hook to make any element go full screen.
27 lines (26 loc) • 617 B
JSON
{
"name": "@ib-hooks/use-full-screen",
"version": "1.0.1",
"description": "React Hook to make any element go full screen.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/inwookie/custom-react-hooks.git"
},
"keywords": [
"React",
"Hooks",
"Full",
"Screen"
],
"author": "Inwook Baek",
"license": "MIT",
"bugs": {
"url": "https://github.com/inwookie/custom-react-hooks/issues"
},
"homepage": "https://github.com/inwookie/custom-react-hooks#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}