"use client";
import { Button } from "@/registry/default/ui/oui-button";
import { Loader2 } from "lucide-react";
export default function Component() {
return (
<Button isDisabled variant="outline">
<Loader2 className="animate-spin" />
Please wait
</Button>
);
}
npx shadcn@latest add @oui/oui-button-demo-disabled-animationimport { OuiButtonDemoDisabledAnimation } from "@/components/oui-button-demo-disabled-animation"<OuiButtonDemoDisabledAnimation />