common-widget-elements
A set of commonly used widget elements.
<pop-up>
Popup: A popup widget
<content-access>
Content Access: A content access widget that can block user access. Show modal overlay and intercepts keyboard tabbing.
<i-con>
Icon: Show an icon from a source. Component allows for multiple sources to be defined. For more on defining sources, see Sources Readme file.
<confirm-action>
ConfirmAction 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