@moonlite/icons-vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@moonlite/icons-vue

This module provide icons with vue3 components

@use

example one

import { Edit } from @moonlite/icons-vue
Vue.component('Edit', Edit)

example two

import MlIcons from '@moonlite/icons-vue/global'
createApp(App).use(MlIcons).mount('#app')
<component :is="Icon" v-for="(Icon, key) in icons" :key="key" class="icon" />
import { icons } from '@moonlite/icons-vue/global'

Readme

Keywords

Package Sidebar

Install

npm i @moonlite/icons-vue

Weekly Downloads

0

Version

0.0.5

License

none

Unpacked Size

10.5 MB

Total Files

489

Last publish

Collaborators

  • guo03188
  • wangcaifeng