react-composed-path
Version:
A React component for handling clicks outside of a component
43 lines (42 loc) • 1 kB
JSON
{
"name": "react-composed-path",
"version": "1.0.5",
"description": "A React component for handling clicks outside of a component",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/react": "^18.2.64",
"react": "^18.2.0",
"react-dom": "^18"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18",
"typescript": "^3.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serter1/react-composed-path.git"
},
"keywords": [
"click",
"dom",
"out",
"click out",
"clickout",
"outclick",
"out click",
"outside",
"document",
"browser",
"react"
],
"author": "Tarık Serter Süsoy <tariksusoy@hotmail.com> (https://www.tariksusoy.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/serter1/react-composed-path/issues"
},
"homepage": "https://github.com/serter1/react-composed-path#readme"
}