Stateful Button
A button that shows a loading state when clicked, and a success state when the action is completed.
Installation
Run the following command
npx shadcn@latest add @aceternity/stateful-button
Props
Prop | Type | Default | Description |
---|---|---|---|
className | string | undefined | Additional CSS classes to apply to the button. Will be merged with default styling. |
children | React.ReactNode | - | The content to display inside the button (text, icons, etc.) |
onClick | (event: React.MouseEvent<HTMLButtonElement>) => void | Promise<void> | undefined | Click handler that triggers the loading → success animation sequence. Can be async. |
disabled | boolean | false | Whether the button is disabled |
type | "button" | "submit" | "reset" | "button" | The button type attribute |
...buttonProps | React.ButtonHTMLAttributes<HTMLButtonElement> | - | All other standard HTML button attributes are supported |
Inspired by the design of buttons on Family
Build websites faster and 10x better than your competitors with
Aceternity UI Pro
Next.js 15, Tailwind CSS v4 and Motion for react powered templates
70+ templates and component blocks combined
Ready to copy paste component blocks, save days of development time

