tin-slide

0.1.22 • Public • Published

TinSlide

A dependency-free content slider for Javascript.

Documentation and examples

It's certainly a work in progress, but you can test drive TinSlide at tin-slide.com

Installation options

yarn add tin-slide --save
npm install tin-slide --save
bower install tin-slide --save

Usage

As a module

import TinSlide from 'tin-slide';

TinSlide(document.getElementById('TinSlide'), {
    // Options.
});

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/dist/tin-slide.js"></script>

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i tin-slide

Weekly Downloads

1

Version

0.1.22

License

MIT

Unpacked Size

1.83 MB

Total Files

35

Last publish

Collaborators

  • thomas.isberg