Here is simple modern animated hover button component
npx shadcn@latest add https://21st.dev/r/uilayout.contact/button-6
Loading preview...
import { Component } from "@/components/ui/button-6"; const DemoOne = () => { return <Component />; }; export { DemoOne };