1.0.7 • Published 1 year ago

@jala-banyu/icons v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

jala-icons

Node

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 (
    <>
        <JalaBiomass/>
        <JalaAge/>
    </>
  )
}

export default App
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago