A cyberpunk-inspired UI component library for Next.js applications with Matrix-style visual effects.
- Dark/light theme switching capabilities
- Matrix-inspired visual effects (code rain, terminal, glitch text)
- A complete set of UI components (buttons, cards, alerts, etc.)
- Full TypeScript support
-
Install dependencies:
npm install -
Run the development server:
npm run dev -
Open http://localhost:3000 in your browser.
- Button
- Card
- Alert
- Badge
- Modal
- Progress
- Tabs
- Input
- Select
- Checkbox
- Radio
- Switch
- Dropdown
- Tooltip
- Container
- Row
- Col
- Navbar
- Sidebar
- Footer
- CodeRain
- Terminal
- GlitchText
- Scanline
- NeuralNetwork
Matrix.css provides a built-in theme context with dark and light modes. You can customize the theme by modifying the CSS variables in src/styles/globals.css.