1.0.13 • Published 5 months ago
pixel-sudeep v1.0.13
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.
1.0.13
5 months ago
1.0.12
5 months ago
1.0.11
5 months ago
1.0.10
5 months ago
1.0.9
6 months ago
1.0.8
6 months ago
1.0.7
6 months ago
1.0.6
7 months ago
1.0.5
7 months ago
1.0.4
7 months ago
1.0.3
7 months ago
1.0.2
7 months ago
1.0.1
7 months ago
1.0.0
7 months ago
0.0.9
7 months ago
0.0.8
7 months ago
0.0.7
7 months ago
0.0.6
7 months ago
0.0.5
7 months ago
0.0.4
7 months ago
0.0.3
7 months ago
0.0.1
8 months ago