Components
Loading preview...
A reusable, accessible React button that mirrors the Uiverse “dexter-st” glow/flicker animation using Tailwind utilities and scoped CSS. It integrates with shadcn theme tokens, supports idle/active labels, a controllable generating state, and a customizable highlight hue for easy theming.
npx shadcn@latest add https://21st.dev/r/moazamtrade/animated-generate-button-shadcn-tailwindimport AnimatedGenerateButton from "@/components/ui/animated-generate-button-shadcn-tailwind";
export default function DemoOne() {
return <AnimatedGenerateButton
labelIdle="Generate"
labelActive="Building"
highlightHueDeg={5000}
/>;
}