myg-footer

0.13.8 • Public • Published

Footers

Usage

Stylesheets

@import "myg-footer/footer"
 
// Include classes (optional)
+myg__classes--footer

Javascript

import MygFooter from 'myg-footer';
 
document.addEventListener( 'ready', () => {
  const mygFooters = MygFooter.initAll( document.querySelectorAll('.myg-footer'), {} );
})

or

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.13.80latest

Version History

VersionDownloads (Last 7 Days)Published
0.13.80
0.13.70
0.13.60
0.13.50
0.13.40
0.13.30
0.13.20
0.13.10
0.13.00
0.12.50
0.12.40
0.12.30
0.12.20
0.12.10
0.12.00
0.11.00
0.10.10
0.10.00
0.9.00
0.8.00
0.7.00
0.6.00
0.5.00
0.4.80
0.4.70
0.4.61
0.4.50
0.4.40
0.4.30
0.4.20
0.4.10
0.4.00
0.3.00
0.2.00
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i myg-footer

Weekly Downloads

1

Version

0.13.8

License

MIT

Unpacked Size

2.43 kB

Total Files

7

Last publish

Collaborators

  • jonhue