Content Blocks
Minimal Scale
Minimal scale stats section with clean design.
statsminimalscaleclean
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
stats | Array<{label: string, value: number}> | [] | Array of stat items with label and value. |
backgroundColor | string | #ffffff | Background color (hex, rgb, or hsl). |
labelColor | string | #737373 | Label text color. |
labelHoverColor | string | #000000 | Label text color on hover. |
valueColor | string | #000000 | Value text color. |
borderColor | string | #e5e5e5 | Border color. |
rowBgColor | string | #ffffff | Row background color. |
rowHoverBgColor | string | #f5f5f5 | Row hover background color. |