Liquid Fractal

Organic flowing texture using SVG fractal noise creating a liquid effect.

Main Features of Liquid Fractal

How to Use Liquid Fractal in Next.js

Installation Guide for Liquid Fractal

Props

Customize the component with these props

PropertyTypeDefaultDescription
backgroundColor
string#4a0404Background color
filterOpacity
number0.5Filter opacity
turbulenceBaseFrequency
string0.015Turbulence base frequency
turbulenceNumOctaves
number3Turbulence octaves
colorMatrixValues
string1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0Color matrix values
displacementScale
number50Displacement scale
liquidColor
string#dc2626Liquid color
liquidOpacity
number0.8Liquid opacity
gradientFrom
string#7f1d1dGradient start color
gradientVia
string#991b1bGradient middle color
gradientTo
string#4a0404Gradient end color
noiseOpacity
number0.2Noise overlay opacity
noiseBaseFrequency
string0.8Noise base frequency
noiseOctaves
number3Noise octaves
borderColor
string#dc2626Border color
text
stringLiquidText label
textColor
string#ffffffText color
className
stringAdditional CSS classes

When to Use

Perfect for data-driven landing pages, biological-themed portfolios, and Next.js applications that want an organic, 'liquid' aesthetic. Use this React component for a flowing fractal noise texture with metallic lighting and realistic displacement mapping.

Best Practices

Follow React best practices by pairing this with soft, organic UI elements. Maintain scalable component architecture by using this as a background for complex data visualizations. Optimize for performance by managing the `turbulenceNumOctaves` for mobile users.

Why This Component Matters in Modern UI Development

Organic visuals communicate growth and fluidity. This production-ready component helpsคุณ build an interface that feels 'alive' and constantly evolving, adding a layer of structural wonder to your project.

Frequently Asked Questions

QHow is the 'liquid' look achieved?

It uses an advanced combinations of SVG fractal noise, displacement mapping, and a custom color matrix to turn noise into a fluid-like surface.

QCan I adjust the flow speed?

The flow is driven by the internal animation of the turbulence base frequency, which you can customize for faster or more hypnotic movement.

QAre the colors customizable?

Yes, you can control the primary liquid color and the underlying tri-color gradient background independently.

Liquid Fractal - React Noise Texture & Grain Effects | Uilora