0.0.10 • Published 3 years ago

@moonlite/icons-vue2 v0.0.10

Weekly downloads
-
License
-
Repository
bitbucket
Last release
3 years ago

@moonlite/icons-vue2

This module provide icons with vue2 components

@use

example one

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

example two

import MlIcons from '@moonlite/icons-vue2/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-vue2/global'
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago