DocsShadersAurora LiquidAurora Liquid PreviewCodeaurora-liquid.tsxaurora-liquid.fragimport { Shader } from "@/components/Shader"; import fragmentShader from "./aurora-liquid.frag"; export function AuroraLiquid({ className, style, }: { className?: string; style?: React.CSSProperties; }) { return ( <Shader fragmentShader={fragmentShader} className={className} style={style} /> ); } Expand Credit https://www.shadertoy.com/view/ctyXRd Last updated on August 12, 2025AuroraBlack Hole