1.11.36 • Published 5 months ago
defectcomments v1.11.36
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.11.30
6 months ago
1.11.31
6 months ago
1.11.36
5 months ago
1.11.34
5 months ago
1.11.35
5 months ago
1.11.32
5 months ago
1.11.33
5 months ago
1.11.28
6 months ago
1.11.29
6 months ago
1.11.20
6 months ago
1.11.27
6 months ago
1.11.25
6 months ago
1.11.26
6 months ago
1.11.23
6 months ago
1.11.24
6 months ago
1.11.21
6 months ago
1.11.22
6 months ago
1.11.19
6 months ago
1.11.18
6 months ago
1.11.7
6 months ago
1.11.6
6 months ago
1.11.5
6 months ago
1.11.4
6 months ago