therufa / mdi-vue

Material design icons for vue.js
https://www.npmjs.com/package/mdi-vue
MIT License
88 stars 13 forks source link

Any props available? #37

Closed A-ZC-Lau closed 4 years ago

A-ZC-Lau commented 4 years ago

I was wondering if there were any props like size or fillColor available. This package seems like a more up to date version of this, but without the ability to use props

therufa commented 4 years ago

hi @A-ZC-Lau right now we don't have size and fillColor props (although the color is determined by the container's css color attribute; meaning you can color icons like you would any text using css). For size there's width and height as props but if you have something more specific in mind, please let me know

A-ZC-Lau commented 4 years ago

That's cool, maybe you could make a small update to the documentation to note these capabilities?