0.1.18 • Published 2 years ago

tin-grid v0.1.18

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

tin-grid-js

Responsive, dependency free grid system for Javascript

Installation options

yarn add tin-grid --save
nmp install tin-grid --save
bower install tin-grid --save

Usage

As a module

import TinGrid from 'tin-grid';

TinGrid(document.getElementById('TinGrid'), {
    itemHeightType: "ratio",
    itemHeight: 1,
    useTransition: true
});

Script tag

You can choose to load the script separately, or implement the script in your pre processor any way you like.

<script src="node_modules/tin-slide.js"></script>
0.1.15

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.14

5 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago