Skip to content

Gradient Button

Glossy gradient button with inner ring shine, outer glow, and press effect. 8 color presets + full custom gradient support.

Loading preview…

Installation

Run the following command

npx orunk add gradient-button

PropTypeDefaultDescription
colorColorPreset"blue"Preset color theme (blue, purple, green, red, orange, pink, cyan, indigo)
colorFromstringCustom gradient start class (overrides preset)
colorTostringCustom gradient end class (overrides preset)
glowColorstringCustom glow ring-offset class (overrides preset)
sizeSizePreset"md"Button size (sm, md, lg)
childrenReact.ReactNodeButton content
classNamestringAdditional CSS classes

All standard <button> HTML attributes are also supported.