0.8.0 • Published 1 month ago

materialdesignicons-vue3 v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Material design icons for Vue 3

Icons from materialdesignicons.com rendered as PascalCase vue components with Mdi prefix.

Icon source: materialdesignicons.com

How to (with Tailwind CSS)

<template>
    <p>
        <MdiAbacus class="w-4 h-4 inline text-rose-400" /> Hello world
        <MdiFormatBold class="w-4 h-4 inline text-rose-400" /> Hello world
    </p>
</tempalte>

<script setup>
import {
    MdiAbacus,
    MdiFormatBold,
} from 'materialdesignicons-vue3/icons/';
</script>

How to build your own

You need Python 3 installed

Commands

This command will clone source Git repository.

sync

This command creates vue components.

build

This command will clear the source directory. Use it before production.

cleanup

Linux & Mac

cd build
chmod +x *.sh
./sync.sh
./build.sh
./cleanup.sh

Windows

cd build
sync.cmd
build.cmd
cleanup.cmd
0.8.0

1 month ago

0.7.0

8 months ago

0.6.0

11 months ago

0.4.1

1 year ago

0.4.0

1 year ago

0.5.1

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago