Components
Loading preview...
An animated, glowing "Get Started" button with interactive hover and press effects
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/subtle-buttonimport Component from "@/components/ui/subtle-button";
export default function DemoOne() {
return <Component />;
}