useformbee
Version:
useFormBee is a custom react hook that helps handle form input, validations and other similar functionalities
25 lines (24 loc) • 624 B
JSON
{
"name": "useformbee",
"version": "1.0.3",
"description": "useFormBee is a custom react hook that helps handle form input, validations and other similar functionalities",
"main": "dist/hooks/useFormBee.js",
"dependencies": {
"validatorjs": "^3.15.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eazybee/useFormBee.git"
},
"keywords": [
"react",
"useform",
"react form"
],
"author": "Ilori Ezekiel",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eazybee/useFormBee/issues"
},
"homepage": "https://github.com/Eazybee/useFormBee#readme"
}