1.0.6 • Published 5 years ago

react-carousel-indicator v1.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago