2.2.0 • Published 5 years ago

@purtuga/common-widget-elements v2.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

common-widget-elements

A set of commonly used widget elements.

Popup: <pop-up>

A popup widget

Content Access: <content-access>

A content access widget that can block user access. Show modal overlay and intercepts keyboard tabbing.

Icon: <i-con>

Show an icon from a source. Component allows for multiple sources to be defined. For more on defining sources, see Sources Readme file.

ConfirmAction <confirm-action>

Show a confirmation upon clicking on some content (ex. an action). Confirmation showing inline on top of action.

Distribution Bundles

The dist folder contains the following built bundles:

  • common-widget-elements.umd.min.js: A ES6 bundle version supporting UMD
  • common-widget-elements.esm.min.js: A ES6 Module
  • common-widget-elements.import.min.js: An ES6 bundles that auto registers the Element into the browser.
  • common-widget-elements.import.legacy.min.js: An ES5 transpiled bundle that auto registers the Element into the browser.
  • common-widget-elements.legacy.umd.min.js: An ES5 transpiled version supporting UMD

License

MIT