Package Exports
- bg-modal
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bg-modal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#Session Timeout Modal
####File Structure
├── index.js
├── index.config.js
├── package.json
├── readme.md
####Installation
- Make sure to install Bootstrap.
- This module should live within the
node_modules
folder. - Pack this module with webpack and it will set modal on the page based off of the
seshLengthOrg
variable out of the box. - The actual count down number can be modified inside the
index.config.js
file.