New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tin-grid

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tin-grid

Responsive, dependency free grid system for Javascript

latest
Source
npmnpm
Version
0.1.18
Version published
Maintainers
1
Created
Source

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>

FAQs

Package last updated on 17 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts