``` import { MeshGradient, DotOrbit } from '@paper-design/shaders-react';
npm install @paper-design/shaders-react``
import { MeshGradient, DotOrbit } from '@paper-design/shaders-react';
distortion={1}
swirl={0.8}
speed={0.2}
style={{width: 200, height: 200}}
/>
colorBack={'#000000'}
scale={0.3}
style={{width: 200, height: 200}}
/>
// these settings can be configured in code or designed in Paper
``