0.0.3 • Published 2 years ago

mf-icos-material v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

MF-ICOS-MATERIAL

1. Installation

npm i mf-icos-material

2. Usage

//at main.js
import mfIcon from "mf-icos-material"
import "mf-icos-material/assets/style.css"
Vue.use(mfIcon)

4. Example

<mf-icon icon="face" theme="filled" color="#f40" size="30px" />

5. API

  • icon \<string>
  • theme \<string>

    • 'filled' \ 'outline' \ 'round' \ 'twoTone'