An animated HUD status perfect for use as a custom toast or sonner.
import { HUDStatus } from "@/components/ui/hud-status"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <HUDStatus /> </div> ); }; export { DemoOne };