JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q49363F
  • License MIT

Interactive animating content wall

Package Exports

  • storm-wall

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (storm-wall) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#Storm Wall

Interactive animating content wall, loosely based on Google image search results animating content panels.

##Usage

npm install storm-wall

Mark up HTML carefully based on example index.html, import wall.css into your project, then...

var Wall = require('storm-toggle');
Wall.init();