Pulsing Border
Installation
npm i @paper-design/shaders-react
Code
import { PulsingBorder } from '@paper-design/shaders-react'; <PulsingBorder width={1280} height={720} colors={["#cc3333", "#cc9933", "#99cc33"]} colorBack="#000000" roundness={0.25} thickness={0.1} softness={0.75} aspectRatio="auto" intensity={0.2} bloom={0.25} spots={4} spotSize={0.5} pulse={0.25} smoke={0.3} smokeSize={0.6} speed={1} scale={0.6} marginLeft={0} marginRight={0} marginTop={0} marginBottom={0} />
Shader Props
Common Props
Description
Luminous trails of color merging into a glowing gradient frame.