Components
Loader Button
Loader Button
Seamless loading with a customizable Loader Button.
Variants
Installation
Tech Stack
Props
Prop | Type | Default |
---|---|---|
isLoading | boolean | false |
className | string | undefined |
buttonVariant | "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined | "default" |
children | React.ReactNode | undefined |
onClick | (event: React.MouseEvent<HTMLButtonElement>) => void | undefined |