1.0.10 • Published 6 years ago

tmwindow v1.0.10

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago