Components
Loading preview...
A sleek, modern card component featuring a gradient border effect and analytics icon, perfect for your applications. The component showcases mutual funds return with a dark theme, golden accents, and smooth gradient borders. Built with Tailwind CSS for easy customization and includes an animated chart SVG icon.
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/yield-cardimport { YieldCard } from "@/components/ui/yield-card";
export default function DemoOne() {
return <YieldCard />;
}