Components
Loading preview...
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.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/stats-widgetimport { Component } from "@/components/ui/stats-widget";
export default function DemoOne() {
return <Component />;
}