@meistericons/meistericons

0.0.17 • Public • Published

meistericons

Webfont

Note: You can import MeisterIcons with npm install, cdn or download it manually.

import CSS to your main.js

CDN

Copy the following code and add it to the head tag of your html document.

 <link rel="stylesheet" href="https://unpkg.com/@meistericons/static@latest/fonts/mni.css">

Usage

Add icon with class name, class name rule: mni-{name}

<i class="mni mni-bug"></i>

React

npm install @meistericons/react --save-dev

Component.jsx

import {Airpods} from '@meistericons/react'

<Airpods/>

Vue

npm install @meistericons/vue --save-dev

Component.vue

<script>
import {ArrowDown} from "@meistericons/vue"

export default {
    name:'My Component',
    components: {ArrowDown}
}
</script>

<template>
    <ArrowDown/>
</template>

Vue3

npm install @meistericons/vue-latest --save-dev

Component.js

<script>
import {ArrowDown} from "@meistericons/vue-latest"
</script>

<template>
    <ArrowDown/>
</template>

Made with 💝 in Kathmandu, Nepal

/@meistericons/meistericons/

    Package Sidebar

    Install

    npm i @meistericons/meistericons

    Weekly Downloads

    3

    Version

    0.0.17

    License

    MIT

    Unpacked Size

    59.5 MB

    Total Files

    7724

    Last publish

    Collaborators

    • meistericons