...
Code Block |
---|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/bigfish.int.km.verintcloudservicesaws.com/km-ux-fapi/static/site/LUX/bootstrap-4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
JS
Many of our components require the use of JavaScript to function. Specifically, they require jQuery, Popper.js, and our own JavaScript plugins. Place the following <script>
s near the end of your pages, right before the closing </body>
tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.
...
Code Block |
---|
|
<script src="https://codeajax.jquerygoogleapis.com/ajax/libs/jquery-/3.23.1/jquery.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script srcbigfish.int.km.verintcloudservicesaws.com/km-ux-fapi/static/site/LUX/bootstrap-4.0.0/dist/js/bootstrap.bundle.js"></script>
|
Icons
Copy-paste the stylesheet <link>
into your <head>
before after our stylesheets to load the font icon CSS.
Code Block |
---|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdnbigfish.int.km.verintcloudservicesaws.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
km-ux-fapi/static/site/LUX/fonts/css/verint_lux.css"> |