Bookingjini-icons React component using SVG with Javascript
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.
To use bookingjini-react-icons
library in your React application, follow the following steps:
-
Install the npm package
npm install bookingjini-react-icons
-
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
Review the following docs before diving in:
And then:
- Check the existing issue and see if you can help!
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.