Geral

Stat

Componente de Stat

O Stat é utilizado para exibir métricas importantes, com suporte para exibir mudanças positivas ou negativas.


Como importar

import { Stat } from '@/app/shared/@JustLaunch/components';

Exemplo de uso

<Stat title='New Subscribers' value='1,200' change='+15%' />

Mudança Negativa

<Stat title='Churn Rate' value='5%' change='-3%' />

Valor Alto

<Stat title='Total Revenue' value='$500,000' change='+8%' />

Valor Baixo

<Stat title='Active Users' value='350' change='+2%' />
Previous
Select of Languages