https://github.com/andrewprifer/progressive-blur
Drop-in progressive (gradient) backdrop blur for React
https://github.com/andrewprifer/progressive-blur
Last synced: 4 months ago
JSON representation
Drop-in progressive (gradient) backdrop blur for React
- Host: GitHub
- URL: https://github.com/andrewprifer/progressive-blur
- Owner: AndrewPrifer
- License: mit
- Created: 2024-04-19T08:36:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:51:30.000Z (about 1 year ago)
- Last Synced: 2024-10-11T10:53:31.892Z (7 months ago)
- Language: TypeScript
- Homepage: https://progressive-blur.vercel.app
- Size: 71.3 KB
- Stars: 65
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Progressive Blur
Drop-in progressive (gradient) backdrop blur for React. Both radial and linear gradients are supported.
https://github.com/AndrewPrifer/progressive-blur/assets/2991360/5c18cd2e-a163-40eb-94d3-9125f0fb5d8e
✨[Demo](https://progressive-blur.vercel.app/)✨
## Installation
```bash
yarn add progressive-blur
```## Usage
```tsx
import { RadialBlur, LinearBlur } from "progressive-blur";const App = () => (
);
```