Skip to content

skyglobal/hash-manager

Repository files navigation

Handle state by assigning URL Hashes to JS functions demo page

Quick-Start

Include the hash-manager assets in your project either as Static Resources

<link rel="stylesheet" href="http://web-toolkit.global.sky.com/components/hash-manager/0.2.3/css/hash-manager.css" />
<script type="text/javascript" src="http://web-toolkit.global.sky.com/components/hash-manager/0.2.3/js/hash-manager.min.js"></script>

or alternatively, Via Bower

  • Run: bower install --save-dev bskyb-hash-manager
  • Include Sass: @import 'bower_components/bskyb-hash-manager/src/scss/hash-manager';
  • Include JS: var hash-manager = require('../../bower_components/bskyb-hash-manager/src/js/hash-manager');

Contribution

Components depends on collaboration between developers. Contributions of any size are actively encouraged.

To see how to build this component locally, read the contribution guidelines.

Browser Support

  • IE8 +
  • Safari 5 +
  • Latest Firefox
  • Latest Chrome
  • Latest Mobile Safari
  • Latest Mobile Chrome

About

Handle state by assigning URL Hashes to JS functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published