A pixel-perfect React component library for building retro-styled user interfaces with modern web technologies.
Explore our components and examples in our comprehensive documentation:
📘 View Documentation- 🎮 Pixel-perfect design system
- 🎯 Fully customizable components
- 📝 TypeScript support
- ⚛️ Modern React patterns
- 📱 Responsive design
- 🚀 Built with Vite
Install ArcadeUI using your preferred package manager:
# Using npm
npm install arcadeui
# Using yarn
yarn add arcadeui
# Using pnpm
pnpm add arcadeuiimport { Button, Card } from "arcadeui";
function App() {
return (
<Card>
<h1>Welcome to ArcadeUI!</h1>
<Button>Get Started</Button>
</Card>
);
}Explore our components and examples in our interactive documentation:
- React 16.8 or later
- React DOM 16.8 or later
- Modern browser support
ArcadeUI includes the following components:
- Input
- Select
- Calendar
- Alert
- Modal
- Accordion
- Button
- Badge
- Card
- Avatar
- Breadcrumbs
- Carousel
- Chat Bubble
- Chart
- Table
- React ^19.0.0
- React DOM ^19.0.0
- React Router DOM ^7.2.0
- TypeScript ~5.7.2
- Tailwind CSS ^4.0.9
- Vite ^4.3.4
- React (v16.8+)
- Next.js (v12+)
- Vite (v2+)
- Clone the repository
- Install dependencies:
yarn install- Start the development server:
yarn dev- Build for production:
yarn buildContributions are welcome! Please feel free to submit a Pull Request.
MIT