Components
a simple yet easy to use finance card, built using tailwind, with dark and light modes and cool modern aesthetic UI
Loading preview...
import { Component } from "@/components/ui/finance-card";
export default function DemoOne() {
return <Component />;
}