feat(ui): complete phase 4 Poyraz UI foundation

This commit is contained in:
poyrazavsever
2026-07-16 23:20:30 +03:00
parent 5d863280bf
commit 561af11b70
58 changed files with 2555 additions and 7806 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
"use client";
import { Loader2 } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Button } from "poyraz-ui/atoms";
import type { ComponentProps, ReactNode } from "react";
import { useFormStatus } from "react-dom";
@@ -34,6 +34,7 @@ export function PendingSubmitButton({
type={type}
disabled={disabled || pending}
aria-busy={pending}
loading={pending && !pendingIcon}
className={cn(className)}
>
{icon}