Skip to content

lucasbarbosaz/habbo-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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