0.0.5 • Published 3 years ago

openjx v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

OpenJX - React Component Library

GitHub license PRs Welcome

Yet another open-source React Component Library.

Get Started

Step 1 - Install OpenJX Library.

Once, the package is published, you can run the following command in CLI to install the package to any React project:

npm i openjx

OR

yarn add openjx

Step 2 - Use OpenJX in your Project.

Once, you have installed the library, you can use it by importing it in your App.js or any .js / .jsx files.

+ import { Box } from "openjx";
import "./App.css";

function App() {
  return (
    <div className="App">
+      <Box>A Component from my new React Library</Box>
    </div>
  );
}

export default App;

Contributing

We'd love to accept your patches and contributions to this project. There are just a few guidelines you need to follow.

Code of Conduct

This project follows Contributor Covenant as it's Code of Conduct, and we expect all project participants to adhere to it. Please read the full guide so that you can understand what actions will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to project.

LICENSE

This project is licensed under the MIT License, meaning that you're free to modify, distribute, and / or use it for any commercial or private project.