import { GithubButton } from '@/registry/default/ui/github-button';
export default function Component() {
return (
<div className="flex gap-4 flex-wrap">
<GithubButton
initialStars={8889}
targetStars={80890}
separator={true}
label=""
roundStars={true}
repoUrl="https://github.com/keenthemes/reui"
variant="outline"
/>
</div>
);
}
npx shadcn@latest add @reui/github-button-separatorimport { GithubButtonSeparator } from "@/components/github-button-separator"<GithubButtonSeparator />