diff --git a/packages/core/src/components/Button/Button.tsx b/packages/core/src/components/Button/Button.tsx index f7354b2b11..11f109c25e 100644 --- a/packages/core/src/components/Button/Button.tsx +++ b/packages/core/src/components/Button/Button.tsx @@ -51,6 +51,7 @@ export interface ButtonProps extends VibeComponentProps { successText?: string; /** loading boolean which switches the text to a loader */ loading?: boolean; + /** className which is applied to loader container **/ loaderClassName?: string; style?: React.CSSProperties; /** displays the active state */ @@ -348,7 +349,7 @@ const Button: VibeComponent & { return (