UNPKG

@stianlarsen/react-light-beam

Version:

A customizable React component that creates a light beam effect using conic gradients. Supports dark mode and various customization options.

12 lines (11 loc) 255 B
export type LightBeamProps = { className?: string; fullWidth?: number; colorLightmode?: string; colorDarkmode?: string; maskLightByProgress?: boolean; invert?: boolean; id?: string; scrollElement?: EventTarget; onLoaded?: () => void; };