1.0.6 • Published 4 years ago

react-carousel-indicator v1.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

react-carousel-indicator

React carousel

NPM JavaScript Style Guide

Install

npm install --save react-carousel-indicator

Usage

import React, { Component } from 'react'

import Indicator from 'react-carousel-indicator'
import 'react-carousel-indicator/dist/index.css'

class Example extends Component {
  render() {
    return (
      <Indicator itemsPerSlide={2} itemGap={20}>
        <div>1</div>
        <div>2</div>
        <div>3</div>
        <div>4</div>
        <div>5</div>
      </Indicator>
    )
  }
}

License

MIT © ATakaSKY

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago