myg-button

0.13.8 • Public • Published

Buttons

Usage

Stylesheets

@import "myg-button/button"
 
// Include classes (optional)
+myg__classes--button
 
// Include mappings (optional)
+myg__mappings--button

Javascript

import MygButton from 'myg-button';
 
document.addEventListener( 'ready', () => {
  const mygButtons = MygButton.initAll( document.querySelectorAll('.myg-button'), {} );
})

or

import * as myg from 'myg-src/myg';
const MygButton = myg.MygButton;
 
document.addEventListener( 'ready', () => {
  const mygButtons = MygButton.initAll( document.querySelectorAll('.myg-button'), {} );
})

Readme

Keywords

none

Package Sidebar

Install

npm i myg-button

Weekly Downloads

2

Version

0.13.8

License

MIT

Unpacked Size

7.83 kB

Total Files

7

Last publish

Collaborators

  • jonhue