Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 3.06 KB

README.md

File metadata and controls

80 lines (56 loc) · 3.06 KB
Official Javascript Component

bookingjini-react-icons



Bookingjini-icons React component using SVG with Javascript

Documentation

bookingjini-react-icons is a JavaScript library which is designed to be used with React. It offers wide variety of Icon components which can be directly used in your React application.

How to Use?

To use bookingjini-react-icons library in your React application, follow the following steps:

  1. Install the npm package

    npm install bookingjini-react-icons
  2. Using the JS library

    For example, to use the JiniAc icon in your web application, simply use the following code:

    import { AcIcon } from 'bookingjini-react-icons';
    
    const CustomComponent = () => {
        return (
            <AcIcon />
        );
    };
    
    export default CustomComponent;

To view all the icons, please visit Our Website

How to Help

Review the following docs before diving in:

And then:

  1. Check the existing issue and see if you can help!

Contributors

The following contributors have either helped to start this project, have contributed code, are actively maintaining it (including documentation), or in other ways being awesome contributors to this project. We'd like to take a moment to recognize them.