Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atnic/banyu-icons


https://github.com/atnic/banyu-icons

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# jala-icons
![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)

``Jala icon`` is an icon library designed for the react project by Jala Tech, provided to help develop the JALA Web App

Visit documentation page: https://banyu-icons.vercel.app/

## Installation
Choose the following package manager used in your project
#### npm
```
npm install @jala-banyu/icons --save
```
#### yarn
```
yarn add @jala-banyu/icons
```
#### pnpm
```
pnpm install @jala-banyu/icons --save
```

## Example:
This is an example how to use this library:
```
import {JalaBiomass,JalaAge} from '@jala-banyu/iconss'

function App() {

return (
<>


>
)
}

export default App

```