wise-ui

Data & Lists

Backgrounds

Cards

Navigation

Text

Buttons

Layout

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.ReactNode-Icon rendered before the label. Transitions to gradientFrom color on hover.
endIconReact.ReactNode-Icon rendered after the label. Transitions to gradientTo color on hover.
childrenReact.ReactNode-Button label content.