1.0.2 • Published 11 months ago

ultimate-pop-ups v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

This is a pop up menu module.

To use the module you just call the popUp function and enter the links that you need as paramaters.

EXAMPLE:

import { popUp } from "ultimate-pop-ups";

const btn = document.querySelector('button');

btn.addEventListener('click', () => { popUp('home', 'about', 'contact'); });

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago