Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.


Docs
Animated Subscribe Button

Animated Subscribe Button

An animated subscribe button useful for showing a micro animation from intial to final result.

Installation

npx shadcn@latest add "https://magicui.design/r/animated-subscribe-button"

Props

PropTypeDefaultDescription
subscribeStatusbooleanfalseA boolean flag to check the condition for the button. This property can be used to toggle the button's state, such as subscribed or unsubscribed.
childrenReact.ReactNode-The content to be displayed inside the button. Should contain two children - first for unsubscribed state and second for subscribed state.
classNamestring-Optional class name to be applied to the button for custom styling.

Credits