A set of retro-designed, accessible components and a code distribution platform. Open Source. Open Code.
npx skills add https://github.com/TheOrcDev/8bitcn-ui --skill js-early-exitInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
Accessible retro components that you can copy and paste into your apps. Free. Open Source.
Visit 8bitcn.com

Please read the contributing guide.
To add the button component to your project, run the following command:
pnpm dlx shadcn@latest add @8bitcn/button
Once installed, you can import and use the component in your files:
import { Button } from "@/components/ui/8bit";
export default function App() {
return <Button>Click me</Button>;
}
Note: The import path @/components/ui/8bit assumes your project has a path alias configured (common in Next.js and similar frameworks). Adjust the path to match your project's structure if needed.
Licensed under the MIT license.