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

https://github.com/subzane/imageslider-js


https://github.com/subzane/imageslider-js

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ImageSlider v1.0

## Demo

http://subzane.github.io/imageslider-js/

## Features

-

## Installation

```
yarn add imagesliderjs
```

### Setup

```html

```

## Usage

```javascript
document.addEventListener("DOMContentLoaded", function (event) {
imageSlider.init();
});
```

## todo

- keyboard navigation
-

## changelog

#### 1.0.0

- Initial release