Shared Polymer-based behaviors and modules for implementing and consuming web components.
d2l-polymer-siren-behaviors
can be installed from bower:
bower install Brightspace/polymer-siren-behaviors
Include the webcomponents.js "lite" polyfill (for browsers who don't natively support web components), then import the component or scripts as needed.
<head>
<link rel="import" href="../d2l-polymer-siren-behaviors/store/entity-behavior.html">
<!-- requires URL polyfill for IE11 -->
<link rel="import" href="../d2l-polymer-siren-behaviors/store/siren-action-behavior.html">
</head>
See the VUI Best Practices & Style Guide for information on VUI naming conventions, plus information about the EditorConfig rules used in this repo.