tin-slide
v0.1.25
Published
Dependency-free content slider for Javascript
Readme
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 --savenpm install tin-slide --savebower install tin-slide --saveUsage
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>