myg-checkbox
0.13.8 • Public • Published Checkboxes
Usage
Stylesheets
@import "myg-checkbox/checkbox"
+myg__classes--checkbox
Javascript
import MygCheckbox from 'myg-checkbox';
document.addEventListener( 'ready', () => {
const mygCheckboxes = MygCheckbox.initAll( document.querySelectorAll('.myg-checkbox'), {} );
})
or
import * as myg from 'myg/src/myg';
const MygCheckbox = myg.MygCheckbox;
document.addEventListener( 'ready', () => {
const mygCheckboxes = MygCheckbox.initAll( document.querySelectorAll('.myg-checkbox'), {} );
})
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads