Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.19 KB

d2l-polymer-siren-behaviors

Build status

Shared Polymer-based behaviors and modules for implementing and consuming web components.

Installation

d2l-polymer-siren-behaviors can be installed from bower:

bower install Brightspace/polymer-siren-behaviors

Usage

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>

Coding styles

See the VUI Best Practices & Style Guide for information on VUI naming conventions, plus information about the EditorConfig rules used in this repo.