github-button-separator

PreviousNext
Docs
reuicomponent

Preview

Loading preview…
registry/default/components/github-button/separator.tsx
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>
  );
}

Installation

npx shadcn@latest add @reui/github-button-separator

Usage

import { GithubButtonSeparator } from "@/components/github-button-separator"
<GithubButtonSeparator />