Components
Loading preview...
Add some smooth sleek button hover animation to your site without any external dependencies, just pure tailwind css.
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/flow-hover-buttonimport { Button } from "@/components/ui/flow-hover-button";
import { Github } from 'lucide-react'
export default function DemoOne() {
return <Button icon={<Github />}>
Hover Over Me
< /Button>;
}