Skip to content

thomasisberg/tin-grid-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published