h2n0 / Drop-Pop

A light wight pop-up and drop-down js library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pop & Drop

A lightweight pop-up and drop-down purely java-script library

Pop-ups

Pop-up example

let popup = new Pop("Header Text", "Inner Content");
popup.show(); // Display the Popup
popup.close(); // Used to pragmatically close the popup

Drop-downs

Drop-down example

let dropdown = new Drop(parent, width, height, color, unit);
dropdown.setContent("Hello There!");
dropdown.drop(); // Drop the element into view
dropdown.rise(); // Hide the element again

About

A light wight pop-up and drop-down js library


Languages

Language:JavaScript 90.9%Language:Shell 9.1%