SShinUI

Glow Button

A pill button with a sweeping specular highlight and a soft brand-coloured bloom behind it. Both effects are hidden under reduced motion.

buttonglowshinecta

Usage

Drop the file into your project and import it. There is no package to install.

usage.tsx
import { GlowButton } from "@/registry/components/glow-button";

export function Example() {
  return <GlowButton />;
}

Install prerequisites

Every component here relies only on Tailwind and the cn helper from shadcn/ui.

terminal
npm i clsx tailwind-merge

More in Libraries