0.0.21 • Published 3 years ago

@cifrum/vuewind-icons v0.0.21

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

VueWind Icons

Icon library for VueWind as Vue components

1. Install VueWind via:

NPM

npm install @cifrum/vuewind-icons

or

Yarn

yarn add @cifrum/vuewind-icons

2. Import and use VueWind Icons

Nuxt
import VueWindIcons from '@cifrum/vuewind-icons'

export default defineNuxtPlugin((nuxtApp) => {
   nuxtApp.vueApp.use(VueWindIcons)
})
Clear Vue
import { createApp } from 'vue'
import Root from './App.vue'
import VueWindIcons from '@cifrum/vuewind-icons'

const app = createApp(Root)

app.use(VueWindIcons)
app.mount('#app')

Usage example

<vwi-alert/>
0.0.21

3 years ago

0.0.20

3 years ago

0.0.10

3 years ago

0.0.1

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