GitHunt
FL

flaviobdev/habbo-assets

A Assets Habbo Component for React

Habbo-Assets

How to install

# install with npm
npm i --save habbo-assets

# install with yarn
yarn add habbo-assets

How to use

import as * React from 'react'

import { VipIcon } from 'habbo-assets'

const habboAssets = () => {
    return (
        <>
            <VipIcon /> {/*  you can use img tag properties (style, alt, etc) */}
        </>
    )
}

export default habboAssets

Creator

https://github.com/TheLaxus

Languages

TypeScript87.2%JavaScript12.8%

Contributors

Created August 5, 2022
Updated October 5, 2023
flaviobdev/habbo-assets | GitHunt