Adding new version of the ButtonWithConfirm component.

This commit is contained in:
charlesgauthereau
2025-08-27 18:01:28 +02:00
parent 60728885b6
commit 4c0d2b1f7f
6 changed files with 276 additions and 79 deletions
+2
View File
@@ -35,6 +35,8 @@ const buttonVariants = cva(
}
)
export type ButtonVariantsProps = VariantProps<typeof buttonVariants>;
function Button({
className,
variant,