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.
- Host: GitHub
- URL: https://github.com/thomasisberg/tin-slide-js
- Owner: thomasisberg
- License: mit
- Created: 2018-01-05T06:39:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-13T10:56:38.000Z (8 months ago)
- Last Synced: 2026-01-23T10:47:50.472Z (5 months ago)
- Topics: carousel, carousel-slider, frontend, javascript, slide, slider, slider-plugin, slides, slideshow, tin-slide-js
- Language: HTML
- Homepage: https://tin-slide.com
- Size: 1.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)