An open API service indexing awesome lists of open source software.

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

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 = () => (





);
```