@sooni-hooks/use-input
Version:
React Hook to use input easy way
30 lines (29 loc) • 689 B
JSON
{
"name": "@sooni-hooks/use-input",
"version": "1.0.5",
"description": "React Hook to use input easy way",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soonitoon/React_Hooks.git"
},
"keywords": [
"React",
"Hook",
"input",
"useInput"
],
"author": "soonitoon",
"license": "MIT",
"bugs": {
"url": "https://github.com/soonitoon/React_Hooks/issues"
},
"homepage": "https://github.com/soonitoon/React_Hooks#readme",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}