@viewjs/modals
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@viewjs/modals

import { Manager } from '@viewjs/modals'

const manager = new Manager();

manager.open('Hello, World!', {
    closeOnEscape: true
}).then( id => {
    setTimeout(() => manager.close(id), 2000);
});

Readme

Keywords

none

Package Sidebar

Install

npm i @viewjs/modals

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

65.1 kB

Total Files

24

Last publish

Collaborators

  • kildevaeld