Stats

A row of key metrics displayed as large numbers with labels. Perfect for hero sections or “trusted by” social proof.

Preview

<script>
  import { Stats } from '@vultra/ui';
</script>

<Stats
  stats={[
    { value: '10K+', label: 'Developers' },
    { value: '50+', label: 'Components' },
    { value: '99%', label: 'Uptime' },
    { value: '4.9', label: 'Rating' }
  ]}
/>

Props

PropTypeDefault
stats{ value: string; label: string }[]required
classstring

Install

npx @vultra/cli add stats