Components
A premium 3D interactive card with smooth motion animations, and a sophisticated purple-blue glow that creates an immersive, futuristic UI experience.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/gradient-cardLoading preview...
import { GradientCard } from "@/components/ui/gradient-card"
export const Demo = () => {
return <GradientCard />
}