BadtzUIBeta
Docs
Star button

Star button

The StarButton is a visually striking button that features a radial light animation with a starry background.

Installation

pnpm dlx shadcn@latest add to-setup

Usage

import { StarButton } from "@/components/ui/star-button";
<StarButton className="rounded-3xl">Hover me</StarButton>

Props

star-button props.

PropTypeDescriptionDefault
childrenReactNodeThe content inside the button.(required)
lightWidthnumberWidth of the light effect in pixels.110
durationnumberDuration of the light animation in seconds.3
lightColorstringColor of the light effect."#FAFAFA"
backgroundColorstringBackground color of the star effect."currentColor"
borderWidthnumberWidth of the border around the button in pixels.2
classNamestringAdditional custom classes for styling.-
Gradient SlideConfetti Button