0.4.2 • Published 3 months ago

pixel-sujith v0.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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.


0.4.2

3 months ago

0.4.1

3 months ago

0.4.0

3 months ago

0.3.9

3 months ago

0.3.8

4 months ago

0.3.7

4 months ago

0.3.6

4 months ago

0.3.5

4 months ago

0.3.4

4 months ago

0.3.3

4 months ago

0.3.2

4 months ago

0.3.1

4 months ago

0.3.0

4 months ago

0.2.9

4 months ago

0.2.8

4 months ago

0.2.7

4 months ago

0.2.6

4 months ago

0.2.5

4 months ago

0.2.3

4 months ago

0.2.2

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.9

4 months ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago