react-compbook
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

title: PixelReact UI

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

React Component Book UI

React Component Book UI UI is an open-source React component library, designed to offer a sleek, customizable, and easy-to-use collection of components for building modern user interfaces.


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.


Readme

Keywords

none

Package Sidebar

Install

npm i react-compbook

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

28.7 MB

Total Files

1526

Last publish

Collaborators

  • mdimran07