Components
A modern credit card UI component with a glassmorphism effect, floating animated blue light orbs, and a sleek dark background. Fully responsive and built using Tailwind CSS and React. Ideal for landing pages, dashboards, or payment sections where visual polish matters.
Loading preview...
import { Component } from "@/components/ui/glassmorphism-debit-credit";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };