Content Blocks
Clay Physics
Organic clay physics stats section with morphing shapes.
statsclayphysicsmorphing
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
stats | Array<{icon: LucideIcon, value: number, label: string, suffix?: string, iconColor?: string}> | [] | Array of stat items with icon, value, label, optional suffix, and iconColor. |
backgroundColor | string | #e0e5ec | Background color (hex, rgb, or hsl). |
cardBgColor | string | #e0e5ec | Card background color. |
cardShadowLight | string | rgba(255,255,255,0.5) | Card light shadow color for neumorphic effect. |
cardShadowDark | string | rgb(163,177,198) | Card dark shadow color for neumorphic effect. |
iconBgColor | string | #e0e5ec | Icon background color. |
iconShadowLight | string | #ffffff | Icon light shadow color. |
iconShadowDark | string | #bebebe | Icon dark shadow color. |
valueColor | string | #475569 | Value text color. |
labelColor | string | #64748b | Label text color. |