No description, website, or topics provided.
JavaScript CSS
Switch branches/tags

README.md

FloatingLayer

FloatingLayer Component

Feature

  • Create Modal/Modaless Layer

Documentation

Dependency

Test environment

PC

  • IE8~11
  • Edge
  • Chrome
  • Firefox
  • Safari

Usage

Use npm

Install the latest version using npm command:

$ npm install tui-floating-layer --save

or want to install the each version:

$ npm install tui-floating-layer@<version> --save

To access as module format in your code:

var FloatingLayer = require('tui-floating-layer');
var instance = new FloatingLayer(...);

Use bower

Install the latest version using bower command:

$ bower install tui-floating-layer

or want to install the each version:

$ bower install tui-floating-layer#<tag>

To access as namespace format in your code:

var instance = new tui.FloatingLayer(...);

Download

License

MIT LICENSE