nightweb / window-modal

A mini floating window inside the browser that can move, resize, minimize and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

window-modal Build Status npm version

A modal window element designed to be smooth, clean and user friendly.
Includes many features and options!
Demo

Feature and improvement suggestions welcome!
Looking for a React Wrapper?

Features

  • Pure JS (Written in TypeScript)
  • Designed to be used in vanilla JS, or wrapped by front end frameworks (React, Vue, etc)
  • Highly tested
  • Movable
  • Resizable
  • Titles (with icons)
  • Minimize
  • Close
  • Scrollable
  • Customizable style (override styles with classnames, may have to use !important)
  • Many options!

Setup

CDN
<script src="https://cdn.jsdelivr.net/npm/window-modal/build/index.js"/>

npm

npm install window-modal

then

const WindowModal = require("window-modal");

or

import WindowModal from "window-modal";

Usage

const options = { option: value };
new WindowModal(options);

About

A mini floating window inside the browser that can move, resize, minimize and more!


Languages

Language:TypeScript 89.5%Language:CSS 4.1%Language:HTML 3.5%Language:JavaScript 2.8%