Components
Loading preview...
* A modern credit card design featuring a stunning aurora-like appearance * with a frosted glass effect and elegant gradient borders.
npx shadcn@latest add https://21st.dev/r/xubohuah/aurora-cardimport { AuroraCard } from "@/components/ui/aurora-card";
const DemoOne = () => {
return <AuroraCard />;
};
export { DemoOne };