2.1.2 • Published 5 years ago

simple-dialogs v2.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

simple-dialogs

Non-blocking HTML5 dialogs. Features prompt, confirmation, information and multiple choice dialogs.

How to install

npm install simple-dialogs

Usage

Check out the live demo and its source code.

  • Include SimpleDialogs.js in your page.
  • Call new SimpleDialogs.PromptDialog(promptLabel, promptOptions, callback);
  • Handle result in the callback function

See index.d.ts for the full API and arguments.

Building from source

  • Make sure you have a recent version of Node.js installed.
  • Clone the repository from https://github.com/sparklinlabs/simple-dialogs and run npm install once
  • Run npm run build to build once or npm run watch to start a watcher that will rebuild when changes are detecting
2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago