Components
Loading preview...
This is a fascinating animated button.
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/animated-buttonimport { Component } from "@/components/ui/animated-button";
export default function DemoOne() {
return <Component />;
}