Components
Loading preview...
This is a beautiful financial score card component with animated half-circle progress indicators, strength badges, and staggered entrance animations.
npx shadcn@latest add https://21st.dev/r/designali-in/financial-score-cardsimport { FinancialScoreCards } from "@/components/ui/financial-score-cards";
export default function DemoOne() {
return <FinancialScoreCards />;
}