Merge version_7 into main #12
@@ -1,7 +1,15 @@
|
||||
import React, { forwardRef } from "react";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useButtonClick } from "@/components/button/useButtonClick";
|
||||
import { ButtonProps } from "../button.types";
|
||||
|
||||
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
||||
text: string;
|
||||
href?: string;
|
||||
bgClassName?: string;
|
||||
textClassName?: string;
|
||||
iconClassName?: string;
|
||||
newTab?: boolean;
|
||||
}
|
||||
|
||||
export const ButtonBounceEffect = forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user