Options
All
  • Public
  • Public/Protected
  • All
Menu

TmWindow

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();

Generated using TypeDoc