@justhookit/use-fade-in
Version:
React Hook to apply a fade-in effect to any React element.
27 lines (26 loc) • 639 B
JSON
{
"name": "@justhookit/use-fade-in",
"version": "1.0.0",
"description": "React Hook to apply a fade-in effect to any React element.",
"keywords": [
"react",
"hooks",
"fade-in"
],
"homepage": "https://github.com/bookang869/justhookit#readme",
"bugs": {
"url": "https://github.com/bookang869/justhookit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bookang869/justhookit.git"
},
"license": "MIT",
"author": "Kyle Boo <bookyle02@gmail.com>",
"type": "commonjs",
"main": "index.js",
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}