1.0.10 • Published 4 years ago

tmwindow v1.0.10

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
4 years ago

Powered by Tanuel Documentation Build Pipeline npm npm

TmWindow

➡ Project Page ⬅

➡ Full API Reference (TypeDoc) ⬅

Install

Using yarn

yarn add tmwindow

using npm

npm install tmwindow

Usage

➡ More examples here ⬅

const TmWindow = require('tmwindow');

//create window
const tmw = new TmWindow('My Window');

//show window
tmw.open();

//close window
tmw.close();

//remove dom element
tmw.remove();
1.0.10

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago