Components
Loading preview...
A 3D button with animated text is a visually dynamic UI element designed to mimic real-world depth and provide interactive feedback through both its structure and the movement of its text.
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/3d-buttonimport { Component } from "@/components/ui/3d-button";
export default function DemoOne() {
return <Component />;
}