Moving Gradient Button

A button that reveals a spinning gradient border and flowing gradient text on hover.

Installation

npx shadcn@latest add https://wise-ui.com/r/moving-gradient-button.json

Props

PropTypeDefaultDescription
animateBorderbooleantrueEnable the spinning conic-gradient border on hover.
animateTextbooleantrueEnable the flowing gradient text on hover.
gradientFromstring"#00a896"Starting color of the gradient.
gradientTostring"#c084fc"Ending color of the gradient.
startIconReact.ReactNodeIcon rendered before the label. Transitions to gradientFrom color on hover.
endIconReact.ReactNodeIcon rendered after the label. Transitions to gradientTo color on hover.
childrenReact.ReactNodeButton label content.