1.4.5 • Published 6 months ago
pixel-react-text-editor v1.4.5
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.4.5
6 months ago
1.4.4
6 months ago
1.4.3
7 months ago
1.4.2
7 months ago
1.4.1
7 months ago
1.4.0
8 months ago
1.3.9
8 months ago
1.3.8
8 months ago
1.3.7
9 months ago
1.3.6
9 months ago
1.3.5
9 months ago
1.3.4
9 months ago
1.3.3
9 months ago
1.3.2
10 months ago
1.3.1
10 months ago
1.3.0
10 months ago
1.2.9
10 months ago
1.2.8
10 months ago
1.2.7
10 months ago
1.2.6
10 months ago
1.2.4
10 months ago
1.2.3
10 months ago
1.2.2
10 months ago
1.2.1
10 months ago
1.2.0
10 months ago
1.1.9
10 months ago
1.1.8
10 months ago