A cyberpunk-themed React UI library with neon-styled components and futuristic aesthetics.
Check out the Demo Video 🎬
demo.mp4
- 🔗 Live Demo - Experience the cyberpunk theme in action
- 📚 Storybook Documentation - Interactive component documentation
npm install cyberui-2045Import the core stylesheet and components
import React from "react";
import "cyberui-2045/styles.css";
import { CircularProgress, Notification } from "cyberui-2045";
function App() {
return (
<div>
<CircularProgress progress={75} radius={20}>
<span>75%</span>
</CircularProgress>
<Notification
type="success"
title="System Online"
message="All systems are operational"
/>
</div>
);
}See the full history in CHANGELOG.md.
git clone https://github.com/patrickkuei/CyberUI.git
cd CyberUI
npm install
npm run dev # Start development server
npm run storybook # Start StorybookContributions are welcome! Please see our Contributing Guide.
MIT License - see LICENSE file for details.
Made with ⚡ by Patrick Yang