An animated button perfect for HUD style displays or themes.
import { HudButton } from "@/components/ui/animated-hud-button"; const DemoOne = () => { return ( <div className= "flex w-full h-screen justify-center items-center"> <HudButton variant="primary"> INITIALIZE </HudButton> < /div> ); }; export { DemoOne };