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
Download Details:
Author: vyperium
Live Demo: https://github.com/vyperium/mdue/tree/master/example
Download Link: https://github.com/vyperium/mdue/archive/master.zip
Official Website: https://github.com/vyperium/mdue
Install & Download:
# Yarn
$ yarn add mdue
# NPM
$ npm i mdue --save