myg-icon

0.11.0 • Public • Published

Icons

Usage

Stylesheets

@import "myg-icon/icon"

Javascript

ES6

import MygIcon from 'myg-icon';

document.addEventListener( 'ready', () => {
    const mygIcons = MygIcon.initAll( document.querySelectorAll('.myg-icon'), {} );
})

or

import * as myg from 'myg/src/myg';
const MygIcon = myg.MygIcon;

Readme

Keywords

none

Package Sidebar

Install

npm i myg-icon

Weekly Downloads

60

Version

0.11.0

License

MIT

Unpacked Size

16.5 MB

Total Files

31

Last publish

Collaborators

  • jonhue