vue-css.gg

1.0.3 • Public • Published

Vue-CSS.gg 👋

VueJS wrapper for css.gg icons

NPM version NPM downloads


Installation 👨‍💻

// NPM
npm i vue-css.gg

// Yarn
yarn add vue-css.gg

Usage 💃🕺

// register the plugin on vue
import {GGIcons} from 'vue-css.gg';

Vue.component('GGIcons', GGIcons);
// you can call it like this in your template
<GGIcons name="boy" size="48" color="#4572C9" rotate="0"/>

<GGIcons name="software-download" size="96" color="red" rotate="30"/>

Icons 🔗

👉 https://css.gg/app
👉 https://vue-cssgg.isuru.info


Props ⚙️

Name Description Type Default Accepted values
name String String null -
size Icon size String, Number 24 -
fill Color of icon String black rgb()/rgba()/#000/html colors
rotate Icon rotation Number null 0 to 360

Package Sidebar

Install

npm i vue-css.gg

Weekly Downloads

9

Version

1.0.3

License

MIT

Unpacked Size

1.1 MB

Total Files

6

Last publish

Collaborators

  • iamispra