1.11.36 • Published 8 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-reactor with Yarn:
yarn add pixel-reactUsage
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
8 months ago
1.11.31
8 months ago
1.11.36
8 months ago
1.11.34
8 months ago
1.11.35
8 months ago
1.11.32
8 months ago
1.11.33
8 months ago
1.11.28
8 months ago
1.11.29
8 months ago
1.11.20
8 months ago
1.11.27
8 months ago
1.11.25
8 months ago
1.11.26
8 months ago
1.11.23
8 months ago
1.11.24
8 months ago
1.11.21
8 months ago
1.11.22
8 months ago
1.11.19
8 months ago
1.11.18
8 months ago
1.11.7
8 months ago
1.11.6
8 months ago
1.11.5
8 months ago
1.11.4
8 months ago