pixelact-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

🧩 Pixelact UI

A pixel-themed React component library built on top of shadcn/ui — familiar structure, retro aesthetics.

Pixelact UI combines the structure and flexibility of shadcn/ui with a playful pixel-art style — perfect for retro interfaces, games, or nostalgic UIs. You can treat it just like shadcn/ui: components are fully customizable, Tailwind-based, and easily composable.


📦 Installation

npm install pixelact-ui

🚀 Quick Start

  1. Import styles in your app entry:
import "pixelact-ui/styles.css";
  1. Use pixel components like this:
import { PixelButton } from "pixelact-ui";

export default function App() {
  return <PixelButton variant="default">Press Start</PixelButton>;
}

📚 Components

  • PixelButton
  • PixelInput
  • PixelTextArea
  • PixelUnorderedList
  • PixelOrderedList
  • PixelListItem
  • PixelLabel

More coming soon — contributions welcome!


🎨 Theming & Customization

  • Fully compatible with your existing Tailwind setup (v4 required)
  • Extend or override with className
  • Component internals follow shadcn/ui's structure for easy swapping

🤝 Contributing

You are welcome! Fork, clone, and open a PR to suggest new pixel components or enhancements.


📄 License

MIT © 2025 Pixelact UI

Readme

Keywords

none

Package Sidebar

Install

npm i pixelact-ui

Weekly Downloads

158

Version

1.0.9

License

MIT

Unpacked Size

686 kB

Total Files

54

Last publish

Collaborators

  • alburt22