Here is animated button component
Loading preview...
import { Component } from "@/components/ui/button-4"; const DemoOne = () => { return <Component />; }; export { DemoOne };