myg-select

0.13.8 • Public • Published

Select Menus

Usage

Stylesheets

@import "myg-select/select"

Javascript

import MygSelect from 'myg-select';

document.addEventListener( 'ready', () => {
  const mygSelects = MygSelect.initAll( document.querySelectorAll('.myg-select'), {} );
})

or

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

document.addEventListener( 'ready', () => {
  const mygSelects = MygSelect.initAll( document.querySelectorAll('.myg-select'), {} );
})

Readme

Keywords

none

Package Sidebar

Install

npm i myg-select

Weekly Downloads

3

Version

0.13.8

License

MIT

Unpacked Size

1.36 kB

Total Files

4

Last publish

Collaborators

  • jonhue