icons-render-library
v1.2.4
Published
A React component library for rendering customizable icons based on user subscription.
Maintainers
Readme
Icons Render Library
A React component library for rendering customizable icons based on user subscriptions. This library is designed for use in JavaScript (Vanilla), TypeScript (Vanilla), React.js, and React with TypeScript (TSX).
Installation
You can install the library using npm:
npm install icons-render-libraryUsage
In React
Here's an example of how to use the IconRender component in your React application:
import React from 'react'; import { IconRender } from 'icons-render-library';
const App = () => { const userToken = 'your-user-token'; // Replace with your actual user token const iconName = 'your-icon-name'; // Replace with the name of the icon you want to render
return (
export default App; #� �i�c�o�n�-�r�e�n�d�e�r�-�l�i�b�r�a�r�y�-�j�s� � �
