1.0.6 • Published 3 years ago

@coolicons/vue v1.0.6

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

npm.io

vue-coolicons

A really lightweight Vue component for the coolicons icon library with Typescript support.

Usage

  1. Install the dependency.
yarn add @coolicons/vue
  1. Use it in your component
<!-- my-component.vue -->
<template>
    <my-icon is="caret_down" />
</template>

<script setup>
// you can call it whatever you want [: 
import MyIcon from '@coolicons/vue'
import '@coolicons/vue/dist/style.css'
</script>
  1. Or register globally
// main.ts
import Vue from 'vue'
import MyIcon from '@coolicons/vue'
import '@coolicons/vue/dist/style.css'

Vue.component('my-icon', MyIcon)
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago