@nextgis/dialog
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Dialog

size version

Modal window management

Installation

In Browser

Include assets

Simply download and include with a script tag, Dialog will be registered as a global variable.

<script src="../lib/dialog.js"></script>

<script>
  var dialog = new Dialog();
</script>

CDN

<script src="https://unpkg.com/@nextgis/dialog"></script>

We recommend linking to a specific version number that you can update manually:

<script src="https://unpkg.com/@nextgis/dialog@0.19.0"></script>

In Node.js

NPM is the recommended installation method when building large scale applications with Dialog. It pairs nicely with module bundlers such as Webpack

# latest stable
npm install @nextgis/dialog
import Dialog from '@nextgis/dialog';

const dialog = new Dialog();
dialog.updateContent('Hello world');
dialog.show();

Commercial support

Need to fix a bug or add a feature to @nextgis/dialog? We provide custom development and support for this software. Contact us to discuss options!

http://nextgis.com

Readme

Keywords

Package Sidebar

Install

npm i @nextgis/dialog

Weekly Downloads

25

Version

2.0.2

License

MIT

Unpacked Size

338 kB

Total Files

17

Last publish

Collaborators

  • rendrom
  • maximdubinin
  • karavanjo