# amit-kumar

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

Latest version **1.6.4** (published 2024-11-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install amit-kumar
pnpm add amit-kumar
yarn add amit-kumar
bun add amit-kumar
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.6.4 |
| Published | 2024-11-26 |
| First published | 2024-11-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 21 |
| Unpacked size | 6.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Amit Kumar Panda |
| Maintainers | amit_kumar_ff |

## Links

- npm: https://www.npmjs.com/package/amit-kumar
- npm.io page: https://npm.io/package/amit-kumar

## Dependencies (21)

- [scss](https://npm.io/package/scss.md) ^0.2.4
- [yarn](https://npm.io/package/yarn.md) ^1.22.22
- [jsencrypt](https://npm.io/package/jsencrypt.md) ^3.3.2
- [classnames](https://npm.io/package/classnames.md) ^2.5.1
- [date-fns-tz](https://npm.io/package/date-fns-tz.md) ^3.2.0
- [js-beautify](https://npm.io/package/js-beautify.md) ^1.15.1
- [react-archer](https://npm.io/package/react-archer.md) ^4.4.0
- [react-window](https://npm.io/package/react-window.md) ^1.8.10
- [@dnd-kit/core](https://npm.io/package/@dnd-kit/core.md) ^6.1.0
- [react-hook-form](https://npm.io/package/react-hook-form.md) ^7.53.0
- [react-day-picker](https://npm.io/package/react-day-picker.md) ^9.2.1
- [vite-plugin-svgr](https://npm.io/package/vite-plugin-svgr.md) ^4.3.0
- [@dnd-kit/sortable](https://npm.io/package/@dnd-kit/sortable.md) ^8.0.0
- [@dnd-kit/utilities](https://npm.io/package/@dnd-kit/utilities.md) ^3.2.2
- [@fontsource/poppins](https://npm.io/package/@fontsource/poppins.md) ^5.1.0
- [@types/react-window](https://npm.io/package/@types/react-window.md) ^1.8.8
- [@monaco-editor/react](https://npm.io/package/@monaco-editor/react.md) ^4.6.0
- [@vitejs/plugin-react](https://npm.io/package/@vitejs/plugin-react.md) ^4.3.0
- [use-context-selector](https://npm.io/package/use-context-selector.md) ^2.0.0
- [react-google-recaptcha](https://npm.io/package/react-google-recaptcha.md) ^3.1.0
- [@babel/plugin-transform-react-jsx](https://npm.io/package/@babel/plugin-transform-react-jsx.md) ^7.24.7

## Recent versions

- 1.6.4 (latest) — 2024-11-26

## README

---
title: PixelReact UI
---

import { Button, Input } from 'pixel-react';

<h1 align="center">PixelReact UI</h1>

<p align="center">
  <strong>PixelReact UI</strong> 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.
</p>

---

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)

---

## Installation

Install PixelReact UI in your project directory with:

```bash
npm install pixel-react
```

or with Yarn:

```bash
yarn add pixel-react
```

## Usage

Once installed, you can start importing and using PixelReact components in your React application. Here's a quick example:

```jsx
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](https://main--65d5ca6d09c1eaf0731601fc.chromatic.com/).

## Example

```jsx
import { Button } from 'pixel-react';

function ExampleComponent() {
  return <Button label="Click Me!" variant="primary" />;
}
```

## License

PixelReact UI is licensed under the [MIT License](LICENSE). Feel free to use it in your projects, both personal and commercial.

---

---
_Source: https://npm.io/package/amit-kumar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
