React UI components
npm install @maxbonhomme/ui
yarn add @maxbonhomme/ui
Progressive Blur to pur on top on anything.
direction
: For TS UseDirection
enumdirection
: For JS use: 'to bottom' | 'to top' | 'to left' | 'to right'style
: CSS object
import { GradientBlur, Direction } from "@maxbonhomme/ui"
const Component = () => <GradientBlur direction={Direction.TO_BOTTOM} />