npm i @paper-design/shaders-react
import { Spiral } from '@paper-design/shaders-react'; <Spiral style={{ height: 500 }} colorBack="hsl(211, 100%, 8%)" colorFront="hsl(201, 100%, 74%)" density={1} distortion={0} strokeWidth={0.5} strokeTaper={0} strokeCap={0} noise={0} noiseFrequency={0} softness={0} offsetX={0} offsetY={0} scale={1.3} rotation={0} speed={1} />
2-color spiral shape.