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