fanke-icons
v1.0.9
Published
Vue components of Fanke Ui Icons collection.
Downloads
13
Maintainers
Readme
Fanke-Icons
Icon component library based on Vue3 encapsulation
Install
npm i fanke-icons
Use
Demand loading
import { accountBookFilled } from 'fanke-icons'
Global import
import fankeIcons from 'fanke-icons'
Global registration
app.use(fankeIcons)