Content Blocks
The Gooey
Gooey blob stats section with liquid animations.
statsgooeyblobliquid
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
stats | Array<{value: number, label: string}> | [] | Array of stat items with value and label. |
backgroundColor | string | #000000 | Background color (hex, rgb, or hsl). |
blobColor | string | #ffffff | Blob color. |
blobSize | number | 256 | Blob size in pixels. |
mainBlobSize | number | 256 | Main blob size in pixels. |
valueColor | string | #000000 | Value text color. |
labelColor | string | #000000 | Label text color. |
animationDuration | number | 4 | Animation duration in seconds. |
animationDelay | number | 0 | Animation delay in seconds. |