0.2.6 • Published 8 years ago

@custom-element/grid-list v0.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Grid List

Material Design Spec. Grid lists are an alternative to standard list views.

Installation

Just add the following script(< 2kb gzipped/polyfill in it) to your website. It will add CSS only once if required.

<script defer src="https://unpkg.com/@custom-element/grid-list"></script>

For npm users

$ npm install @custom-element/app-bar

import '@custom-element/app-bar'; // import and use it

Example

<a-grid-list>
  <div>
    <img src="nature2.jpg">
    <div class="text-with-icon">
      <h1>Single Line</h1>
    </div>
  </div>
  <div>
    <img src="nature2.jpg">
    <div class="text-with-icon">
      <h1>Single Line</h1>
    </div>
  </div>
</a-grid-list>
0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago