UNPKG

js.popuper

Version:

CSS smart sticky position for exceeding aside blocks

30 lines (26 loc) 732 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/popuper.min.css"> <script src="js/popuper.js"></script> <title>PopUper Examples</title> </head> <body> Вызов <script> new PopUper ({ title: 'Example Title', body: 'Example Body Text, <b>HTML</b>', style: 'myPopup', controls: [{ title: 'Отмена', enter: true, style: 'myPopup', }] }) </script> </body> </html>