ReUI
Components

Github Button

A github button component with animated stars display effects.

Installation

pnpm dlx shadcn@latest add https://reui.io/r/github-button.json

Examples

Default

Loading

Outline

Loading

Sizes

Loading

API Reference

PropTypeDefault
variant 'default' | 'outline''default'
size 'md' | 'sm' | 'lg''md'
className string
roundStars booleanfalse
fixedWidth booleantrue
initialStars number0
starsClass string
targetStars number
animationDuration number2
animationDelay number0
autoAnimate booleantrue
showGithubIcon booleantrue
filled booleanfalse
repoUrl string
label string'Star'
useInViewTrigger booleanfalse
inViewOptions UseInViewOptions{ once: true }
transition SpringOptions

Credits