zondicons-vue

1.0.5 • Public • Published

ZondIcons Vue.js

Zondicons components for Vue.js.

Icons preview

See icons preview

Instalation

Run the following commande in the terminal to install the package :

$ npm i zondicons-vue

How to use

// main.js

import { createApp } from  "vue";
import App from  "./App.vue";
import zondicons from  "zondicons-vue";

const app = createApp(App)

// tell Vue.js to use the plugin
app.use(zondicons)

app.mount("#app"); 

In template write the icon name in pascal case, eg: arrow-left becomes ArrowLeft

// App.vue
    
<template>
	<ArrowLeft />  
</template>

/zondicons-vue/

    Package Sidebar

    Install

    npm i zondicons-vue

    Weekly Downloads

    0

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    142 kB

    Total Files

    611

    Last publish

    Collaborators

    • mahdi-bouguerzi