UNPKG

react-progressive-blur

Version:

A lightweight React component that creates smooth, progressive blur effects with customizable intensity and positioning. Perfect for creating modern UI overlays, video controls, and aesthetic blur gradients.

38 lines 846 B
{ "name": "react-progressive-blur", "version": "1.0.5", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "https://github.com/rakib86/react-progressive-blur.git" }, "bugs": { "url": "https://github.com/rakib86/react-progressive-blur/issues" }, "homepage": "https://rakib86.github.io/react-progressive-blur", "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "keywords": [ "react", "blur", "progressive", "component" ], "author": "Rakibur Rahaman", "license": "MIT", "devDependencies": { "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "typescript": "^5.8.3" }, "dependencies": { "react-progressive-blur": "^1.0.0" } }