A set of retro-designed, accessible components and a code distribution platform. Open Source. Open Code.
8-bitcomponentsretroshadcnui
关键指标
Star 增长趋势
Star
2k
Forks
117
周增长
+6
Issues
14
1k1.5k2k
2025年4月2025年6月2025年9月2025年12月2026年3月2026年6月2026年9月
制品库npm
README
8bitcn/ui
Accessible retro components that you can copy and paste into your apps.
Free. Open Source. Built on shadcn/ui.
Documentation · Components · Blocks · Themes · Discord
Contributing
Please read the contributing guide.
Usage Example
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.
License
Licensed under the MIT license.
Open Source Program
Star History
相关仓库