Here is Github Button component
npx shadcn@latest add https://21st.dev/r/mvp_Subha/button-github
Loading preview...
import StarOnGithub from "@/components/ui/button-github"; export default function DemoOne() { return <StarOnGithub />; }