0.0.2 • Published 4 years ago
mf-icos-material v0.0.2
MF-ICOS-MATERIAL
1. Installation
npm i mf-icos-material2. 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'