FloatingLayer
FloatingLayer Component
Feature
- Create Modal/Modaless Layer
Documentation
- API : https://nhnent.github.io/tui.floating-layer/latest
- Tutorial : https://github.com/nhnent/tui.floating-layer/wiki
- Example : https://nhnent.github.io/tui.floating-layer/latest/tutorial-example01-basic.html
Dependency
- tui-code-snippet >=1.2.5
- tui-dom >=3.0.0
Test environment
PC
- IE8~11
- Edge
- Chrome
- Firefox
- Safari
Usage
npm
Use 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(...);
bower
Use 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(...);