1.0.2 • Published 4 months ago

react-compbook v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

title: PixelReact UI

import { Button, Input } from 'react-compbook';


Table of Contents


Installation

Install React Compbook UI in your project directory with:

npm install react-compbook

or with Yarn:

yarn add react-compbook

Usage

Once installed, you can start importing and using PixelReact components in your React application. Here's a quick example:

import { Button } from 'react-compbook';

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 'react-compbook';

function ExampleComponent() {
  return <Button label="Click Me!" variant="primary" />;
}

License

React Component Book UI is licensed under the MIT License. Feel free to use it in your projects, both personal and commercial.