pixel-react-sohail
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

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.


Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.561latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.561
1.0.449
1.0.362
1.0.267
1.0.145
1.0.060

Package Sidebar

Install

npm i pixel-react-sohail

Weekly Downloads

344

Version

1.0.5

License

MIT

Unpacked Size

10.8 MB

Total Files

3

Last publish

Collaborators

  • shlbsh000