attila / savvior-examples

Savvior.js example implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Savvior.js examples

These examples show usage of Savvior, a JavaScript solution for multicolumn layouts, an alternative to Salvattore or Masonry, without CSS driven configuration or absolute CSS positioning.

Examples provided

Filename Description
example.html a traditional script tag based solution
example_requirejs.html usage in as an AMD module
example_modernizr.html usage via Modernizr (Please note that Modenrizr example requires media query detection in Modernizr, see lib/modernizr.js in this repository.)

How to see it in action

Just serve up the html/ folder using any web server you'd like. To get you set up quickly, we include a node.js static file server. Start the server by typing node server.js from the command line, and then go to localhost:8888/html/example.html in your browser.

More information

For more information on Savvior please go to its own repository page: https://github.com/attila/savvior

About

Savvior.js example implementations

License:MIT License


Languages

Language:HTML 57.7%Language:JavaScript 25.6%Language:CSS 16.7%