Progressive Blur
Server ComponentA stacked backdrop-blur that fades content out toward an edge.
Import
tsx
import { ProgressiveBlur } from "@cronus-ui/ui";
bash
npx cronus-ui add progressive-blur
Examples
API Reference
Generated from the component's exported types.
ProgressiveBlurProps
Extends HTMLAttributes<HTMLDivElement>, VariantProps<typeof progressiveBlurVariants>
| Prop | Type | Default | Description |
|---|---|---|---|
ref | Ref<HTMLDivElement> | — | — |
height | string | "6rem" | Height of the blur band. |
side | "top" | "bottom" | "bottom" | — |