Components
Loading preview...
a animation which reveals glow text "Himawari" on hover
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/slide-glow-buttonimport { Component } from "@/components/ui/slide-glow-button";
export default function DemoOne() {
return <Component />;
}