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

1.0.12 • 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
  • PixelDialog

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

/pixelact-ui/

    Package Sidebar

    Install

    npm i pixelact-ui

    Weekly Downloads

    16

    Version

    1.0.12

    License

    MIT

    Unpacked Size

    687 kB

    Total Files

    52

    Last publish

    Collaborators

    • alburt22