Skip to content

Instantly share code, notes, and snippets.

@mndvns
Created January 13, 2015 00:02
Show Gist options
  • Save mndvns/cd3f7ae9b43bb6229c18 to your computer and use it in GitHub Desktop.
Save mndvns/cd3f7ae9b43bb6229c18 to your computer and use it in GitHub Desktop.
importing js in template
import Scroll from './scroll'
.nav
h1 item
h1 item
module.exports = function() {
window.onscroll = function() {
// i want to do something to the nav in here
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment