https://github.com/atnic/banyu-icons
https://github.com/atnic/banyu-icons
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atnic/banyu-icons
- Owner: Atnic
- Created: 2023-11-26T14:58:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T03:47:45.000Z (over 2 years ago)
- Last Synced: 2025-02-04T20:18:35.639Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://banyu-icons-docs.vercel.app
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# jala-icons

``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
```