GradientButtonGroup

PreviousNext

Premium, layered button group navigation with animated active states and a theme-toggle underlay.

Installation

pnpm dlx shadcn@latest add https://cult-ui.com/r/gradient-button-group.json

Usage

import { GradientButtonGroup } from "@/components/ui/gradient-button-group" export function Example() { return <GradientButtonGroup /> }