npm i @paper-design/shaders-react
import { SmokeRing } from '@paper-design/shaders-react'; <SmokeRing style={{ height: 500 }} colorBack="hsl(0, 0%, 7%)" noiseScale={3} noiseIterations={8} radius={0.25} thickness={0.65} innerShape={0.7} offsetX={0} offsetY={0} scale={1} rotation={0} speed={0.4} colors={["hsl(0, 0%, 100%)"]} />
Radial gradient with layered FBM displacement, masked with ring shape.