Skip to content

utility library for shared behaviors for building siren resource based web-components

License

Notifications You must be signed in to change notification settings

vix633/polymer-siren-behaviors

 
 

Repository files navigation

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.

About

utility library for shared behaviors for building siren resource based web-components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.5%
  • HTML 7.5%