UNPKG

use-ripple-hook

Version:

Customizable, lightweight React hook for implementing Google's Material UI style ripple effect

29 lines (28 loc) 642 B
{ "name": "use-ripple-hook", "version": "1.0.24", "repository": { "url": "https://github.com/asplunds/use-ripple" }, "description": "Customizable, lightweight React hook for implementing Google's Material UI style ripple effect", "main": "ripple.js", "scripts": { "prepack": "tsc --declaration", "postpublish": "tsc --build --clean" }, "keywords": [ "useripple", "use-ripple", "material", "ripple", "react", "hook" ], "author": "Jonathan Asplund", "license": "ISC", "types": "./ripple.d.ts", "devDependencies": { "@types/react": "^18.0.12", "typescript": "^4.5.5" } }