New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pixel-react

Package Overview
Dependencies
Maintainers
11
Versions
640
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixel-react

Great for pixel-perfect, design-focused components in React

latest
npmnpm
Version
1.20.22
Version published
Weekly downloads
1.3K
253.24%
Maintainers
11
Weekly downloads
 
Created
Source

title: PixelReact UI

import { Button, Input } from 'pixel-react';

PixelReact UI

PixelReact UI is an open-source React component library, designed to offer a sleek, customizable, and easy-to-use collection of components for building modern user interfaces.

Table of Contents

  • Installation
  • Usage
  • Documentation
  • Contributing
  • License

Installation

Install PixelReact UI in your project directory with:

npm install pixel-react

or with Yarn:

yarn add pixel-react

Usage

Once installed, you can start importing and using PixelReact components in your React application. Here's a quick example:

import { Button } from 'pixel-react';

function App() {
  return (
    <div>
      <Button label="Button Label" variant="primary" />
    </div>
  );
}

export default App;

Documentation

For detailed documentation and live examples, click here.

Example

import { Button } from 'pixel-react';

function ExampleComponent() {
  return <Button label="Click Me!" variant="primary" />;
}

License

PixelReact UI is licensed under the MIT License. Feel free to use it in your projects, both personal and commercial.

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts