Hover Buttom
npx shadcn@latest add https://21st.dev/r/erikvalencia1/hover-button-1
Loading preview...
import { HoverActionButton } from "@/components/ui/hover-button-1"; export default function DemoOne() { return <HoverActionButton />; }