The UI has a card-style widget showing a financial amount, percentage change, and an arrow. An animated line graph indicates the trend, turning green for positive and orange for negative changes.
import { Component } from "@/components/ui/stats-widget"; export default function DemoOne() { return <Component />; }