0.7.2 • Published 1 year ago

joe-react-components v0.7.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Joe React Components Library

Joe React Components (JRC) is a collection of reusable React components that can be used to build user interfaces. It includes components such as buttons, forms, input fields, and more.

Installation

To install JRC in your project, you can use npm:

npm install joe-react-components

Usage

To use a component from JRC, simply import it into your React application:

import { Button } from 'joe-react-components';

class MyComponent extends React.Component {
  render() {
    return (
      <Button onClick={this.handleClick}>Click me</Button>
    );
  }
}

Development

To develop and contribute to JRC, follow these steps:

  1. Clone the repository:
git clone https://github.com/JtMeulen/jrc.git
  1. Install the dependencies:
npm install
  1. Start the Storybook development server:
npm run start
  1. Make changes to the components in the src directory.

  2. Build the components using Rollup:

npm run build
  1. Publish the library to npm:
npm publish

Demo

To see a live demo of the components in action including the documentation on how to use the components, check out this Storybook instance on Netlify.

0.4.9

1 year ago

0.4.8

1 year ago

0.7.2

1 year ago

0.4.5

1 year ago

0.7.1

1 year ago

0.4.4

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.7.0

1 year ago

0.4.3

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.4.2

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago