TheOrcDev/8bitcn-ui

Add Button command, and usage example in readme file

Open

#507 opened on Dec 22, 2025

View on GitHub
 (4 comments) (2 reactions) (0 assignees)TypeScript (117 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,960 stars)
PR merge metrics
 (PR metrics pending)

Description

Add it under the contributing guide.

https://www.8bitcn.com/docs/components/button

It should just include the command:

pnpm dlx shadcn@latest add @8bitcn/button

and usage:

import { Button } from "@/components/ui/8bit/button"

<Button>Button</Button>

Also put a screenshot of the button

Contributor guide