1.0.1 • Published 10 months ago

bookingjini-react-icons v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

1.0.1

10 months ago