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