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