Stats
StatsGrid
Four-column grid of key metrics with large value, label, and optional description.
Installation
npm install @trinkui/reactPreview
By the numbers
Trusted by developers worldwide
10K+Components shipped
500+GitHub stars
99%Satisfaction rate
24/7Community support
Props
| Prop | Type | Default | Description |
|---|---|---|---|
pill | string | — | Badge label shown above the headline |
title | string | — | Main headline text |
subtitle | string | — | Supporting description below the headline |
statsrequired | StatItem[] | — | Array of stat items |
animated | boolean | true | Enable entrance animations |
theme | "light" | "dark" | — | Section color theme |
className | string | — | Extra CSS classes for the section element |