1.6.4 • Published 5 months ago

amit-kumar v1.6.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

title: PixelReact UI

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


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.