Here is 3D Card component
import { Component } from '@/components/ui/3d-card-1'; const DemoCreditCard = () => { return ( <div className="flex w-full h-screen justify-center items-center bg-muted"> <Component /> </div> ); }; export default DemoCreditCard;
Part of ExtendUI — browse the full library on 21st.dev.