8bitcn/ui

Accessible retro components that you can copy and paste into your apps.
Free. Open Source. Built on shadcn/ui.

· · · ·

Contributing

Please read the .

Usage Example

To add the button component to your project, run the following command:

bash
pnpm dlx shadcn@latest add @8bitcn/button

Once installed, you can import and use the component in your files:

typescript
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.

8bitcn Button example

License

Licensed under the .

Open Source Program

Star History