window-modal
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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);

Package Sidebar

Install

npm i window-modal

Weekly Downloads

17

Version

1.0.5

License

ISC

Unpacked Size

33.2 kB

Total Files

5

Last publish

Collaborators

  • outstream