mf-icos-material
v0.0.3
Published
material-icon
Downloads
2
Readme
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>
- you can search by MF-Icon
- theme <string>
'filled' \ 'outline' \ 'round' \ 'twoTone'