1.0.0 • Published 4 years ago
habbo-assets v1.0.0
Habbo-Assets
How to install
# install with npm
npm i --save habbo-assets
# install with yarn
yarn add habbo-assetsHow 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 habboAssetsCreator
1.0.0
4 years ago