Props
title
value
change
changeType
subtitle
MetricCard component
import { MetricCard } from '@/components/MetricCard';
export default function Example() {
return (
<MetricCard title={title} value={value} change={change} changeType={changeType} />
);
}