Install & Download:
# Yarn
$ yarn add mdue
# NPM
$ npm i mdue --saveDescription:
A huge set of 5400+ Material Design Icons for Vue 3. Easy to embed as Vue components.
Basic Usage:
1. Import icons as components into the project.
import { AbTesting } from ‘mdue‘;
2. In your component (app.vue):
<template>
<ab-testing style="color: gray; font-size: 64px;"></ab-testing>
</template>
export default {
name: 'App',
components: {
AbTesting,
},
};Preview:
Changelog:
12/12/2020
- Generate less code