JSPM

atosalepop

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q16614F
  • License MIT

A holiday popup component for ATO sale promotion

Package Exports

  • atosalepop
  • atosalepop/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (atosalepop) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

atosale

A customizable holiday popup component for ATO sale promotion.

Installation

npm install atosale

Usage

// In your HTML file
;<script src="node_modules/atosale/index.js"></script>

// The popup will automatically initialize when the DOM is loaded
// You can control it programmatically using:
window.holidayPopup.show() // Show popup
window.holidayPopup.close() // Close popup

Features

  • Automatic popup display
  • Customizable timing
  • Mobile responsive
  • Easy to integrate
  • Email promotion support

License

MIT