2.2.0 • Published 6 years ago
@purtuga/common-widget-elements v2.2.0
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 UMDcommon-widget-elements.esm.min.js
: A ES6 Modulecommon-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