Components/Buttons

Styled Button

An elegant styled button with vibrant radial gradients, shadow glows, and smooth active transitions.

buttonradial-gradient

Preview

Installation

npx shadcn@latest add @grootstudio/styled-button

Usage

Props

PropTypeDefaultRequiredDescription
hrefstringThe URL or path that the button links to.
childrenReactNodeThe content to display inside the button.
variant'neutral' | 'rose' | 'blue'neutralThe background color scheme and border color of the button.
size'sm' | 'md' | 'lg'mdThe height and padding size of the button.
classNamestringAdditional CSS classes for custom styling.