An open API service indexing awesome lists of open source software.

https://github.com/thomasisberg/tin-slide-js

A dependency free content slider for Javascript.
https://github.com/thomasisberg/tin-slide-js

carousel carousel-slider frontend javascript slide slider slider-plugin slides slideshow tin-slide-js

Last synced: 4 months ago
JSON representation

A dependency free content slider for Javascript.

Awesome Lists containing this project

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](https://tin-slide.com)

## Installation options
```sh
yarn add tin-slide --save
```
```sh
npm install tin-slide --save
```
```sh
bower install tin-slide --save
```

## Usage
As a module
```js
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.
```html

```

## License
[MIT](LICENSE)