0.1.10 • Published 1 year ago

vue-mdi-icon v0.1.10

Weekly downloads
64
License
BSD-3-Clause
Repository
github
Last release
1 year ago

Vue MDI Icon

Provides icon component for Vue that uses the https://materialdesignicons.com/ icons through @mdi/js

NPM Package

Install

$ npm i vue-mdi-icon

Basic Usage

<template>
    <vue-mdi-icon :path="mdiHome" />
</template>

<script>
import Vue from 'vue'
import { mdiHome } from '@mdi/js'
import VueMdiIcon from '@/vue-mdi-icon.vue'
export default Vue.extend({
    components: {
        VueMdiIcon,
    },
    data() {
        return {
            mdiHome,
        }
    },
})
</script>

License

The 3-Clause BSD License

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago