Here is simple modern animated hover button component
Loading preview...
import { Component } from "@/components/ui/button-6"; const DemoOne = () => { return <Component />; }; export { DemoOne };
Part of UI Layouts — browse the full library on 21st.dev.