1.0.3 ā€¢ Published 2 years ago

vue-css.gg v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 āš™ļø

NameDescriptionTypeDefaultAccepted values
nameStringStringnull-
sizeIcon sizeString, Number24-
fillColor of iconStringblackrgb()/rgba()/#000/html colors
rotateIcon rotationNumbernull0 to 360