2.0.0 • Published 5 years ago

anka-slider v2.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

anka-slider

npm (scoped) npm (scoped)

An efficient slider component.

Screen Shot 2019-08-17 at 01 13 53

Why should I use it?

It has a iterator algorithm and only shows active slide for your performance.

Install

$ npm install anka-slider

Usage

import AnkaSlider from 'anka-slider'

const items = [
      {
        url: 'path/to/image',
        alt: 'image description'
      }
    ];

const settings = {
      animation: true,
      arrows: true,
      dots: true
    }

<AnkaSlider
    items={items} 
    settings={settings} />
2.0.0

5 years ago

1.3.2

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago