Components
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.
npx shadcn@latest add https://21st.dev/r/theutkarshmail/3d-buttonLoading preview...
import { Component } from "@/components/ui/3d-button";
export default function DemoOne() {
return <Component />;
}