/material-layout

jQuery plugin for creating flex layouts in Angular Material way.

Primary LanguageJavaScript

jquery Material Layout

jQuery plugin for creating flex layouts in Angular Material way.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/material-layout.min.js"></script>
<script>
  jQuery(function ($) {
    $.awesome(); // "awesome"
  });
</script>

License

MIT © Tomasz Pierzchała